Show / Hide Table of Contents

Class VirtualCardCard

Virtual Card card object

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

Properties

| Improve this Doc View Source

AesKey

The symmetric key complying the Advanced Encryption Standard.

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

Amount

The total amount available on the card. In minor units. The number of decimals are controlled by the currency.

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

Brand

The brand of the card.

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

CardId

Unique card identifier.

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

Currency

The ISO 4217 code states which currency it is and how many decimals the amount has.

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

Holder

Card holder name on the card.

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

InitializationVector

Initialization vector for symmetric decryption with the AES key.

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

PciData

Encrypted, PCI compliant card data.

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

Reference

Identifier to reference order line.

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