Show / Hide Table of Contents

Class VirtualCardSettlement

Virtual card create settlement response

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

Properties

| Improve this Doc View Source

Cards

An array of Card objects.

Declaration
[JsonProperty(PropertyName = "cards")]
public ICollection<VirtualCardCard> Cards { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<VirtualCardCard>
| Improve this Doc View Source

CreatedAt

Settlement creation datetime (ISO 8601).

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

ExpiresAt

Settlement expiration datetime (ISO 8601).

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

OrderId

Unique identifier for the order associated to the settlement.

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

PromiseId

Unique identifier for the promise associated to the settlement.

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

SettlementId

Unique settlement identifier.

Declaration
[JsonProperty(PropertyName = "settlement_id")]
public string SettlementId { 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.