Show / Hide Table of Contents

Class OrderManagementRefund

Inheritance
System.Object
OrderManagementRefund
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 OrderManagementRefund

Properties

| Improve this Doc View Source

Description

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

RefundedAmount

Refunded amount in minor units.

Declaration
[JsonProperty(PropertyName = "refunded_amount")]
public int RefundedAmount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

RefundedAt

Date for refund

Declaration
[JsonProperty(PropertyName = "refunded_at")]
public string RefundedAt { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RefundId

Refund ID

Declaration
[JsonProperty(PropertyName = "refund_id")]
public string RefundId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.