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 SourceAesKey
The symmetric key complying the Advanced Encryption Standard.
Declaration
[JsonProperty(PropertyName = "aes_key")]
public string AesKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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 | 
Brand
The brand of the card.
Declaration
[JsonProperty(PropertyName = "brand")]
public string Brand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CardId
Unique card identifier.
Declaration
[JsonProperty(PropertyName = "card_id")]
public string CardId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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 | 
Holder
Card holder name on the card.
Declaration
[JsonProperty(PropertyName = "holder")]
public string Holder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
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 | 
PciData
Encrypted, PCI compliant card data.
Declaration
[JsonProperty(PropertyName = "pci_data")]
public string PciData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Reference
Identifier to reference order line.
Declaration
[JsonProperty(PropertyName = "reference")]
public string Reference { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |