Show / Hide Table of Contents

Class VirtualCardCreateSettlementRequest

Virtual card create settlement request

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

Properties

| Improve this Doc View Source

KeyId

Unique identifier for the public key to be used for encryption of the card data.

Declaration
[JsonProperty(PropertyName = "key_id")]
public string KeyId { 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
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.