Class OrderManagementCreateCapture
Inheritance
System.Object
OrderManagementCreateCapture
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 OrderManagementCreateCapture
Properties
| Improve this Doc View SourceCapturedAmount
The captured amount in minor units.
Declaration
[JsonProperty(PropertyName = "captured_amount")]
public int CapturedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Description
Description of the capture shown to the customer. Maximum 255 characters.
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderLines
Order lines for this capture. Maximum 1000 items.
Declaration
[JsonProperty(PropertyName = "order_lines")]
public ICollection<OrderLine> OrderLines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<OrderLine> |
ShippingDelay
Delay before the order will be shipped. Use for improving the customer experience regarding payments. This field is currently not returned when reading the order. Minimum: 0. Please note: to be able to submit values larger than 0, this has to be enabled in your merchant account. Please contact Klarna for further information.
Declaration
[JsonProperty(PropertyName = "shipping_delay")]
public int ShippingDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShippingInfo
Shipping information for this capture. Maximum 500 items.
Declaration
[JsonProperty(PropertyName = "shipping_info")]
public ICollection<OrderManagementShippingInfo> ShippingInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<OrderManagementShippingInfo> |