Show / Hide Table of Contents

Class ResponseEntity

Inheritance
System.Object
ResponseEntity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Klarna.Rest.Core.Model.HostedPaymentPage
Assembly: Klarna.Rest.Core.dll
Syntax
[DataContract]
public class ResponseEntity

Properties

| Improve this Doc View Source

Body

Gets or Sets Body

Declaration
[DataMember(Name = "body", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "body")]
public object Body { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

StatusCode

Gets or Sets StatusCode

Declaration
[DataMember(Name = "status_code", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "status_code")]
public string StatusCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StatusCodeValue

Gets or Sets StatusCodeValue

Declaration
[DataMember(Name = "status_code_value", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "status_code_value")]
public int? StatusCodeValue { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

| Improve this Doc View Source

ToJson()

Get the JSON string presentation of the object

Declaration
public string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

| Improve this Doc View Source

ToString()

Get the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.