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 SourceBody
Gets or Sets Body
Declaration
[DataMember(Name = "body", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "body")]
public object Body { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
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 |
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 SourceToJson()
Get the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
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()