Class OrderManagementGetRefundResponse
Inheritance
System.Object
OrderManagementGetRefundResponse
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)
System.Object.ToString()
Namespace: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class OrderManagementGetRefundResponse
Properties
| Improve this Doc View SourceDescription
Description of the refund shown to the customer. Max length is 255 characters.
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MerchantReversal
Declaration
[JsonProperty(PropertyName = "merchant_reversal")]
public bool MerchantReversal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OrderLines
Order lines for the refund shown to the customer. Optional but increases the customer experience. Maximum 1000 order lines.
Declaration
[JsonProperty(PropertyName = "order_lines")]
public ICollection<OrderLine> OrderLines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<OrderLine> |
ProcessedOrderLines
Order lines for the refund shown to the customer. Optional but increases the customer experience. Maximum 1000 order lines.
Declaration
[JsonProperty(PropertyName = "processed_order_lines")]
public ICollection<OrderLine> ProcessedOrderLines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<OrderLine> |
RefundedAmount
Refunded amount in minor units.
Declaration
[JsonProperty(PropertyName = "refunded_amount")]
public int RefundedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RefundedAt
Date for refund
Declaration
[JsonProperty(PropertyName = "refunded_at")]
public string RefundedAt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RefundId
Refund ID
Declaration
[JsonProperty(PropertyName = "refund_id")]
public string RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.String |