Class CustomerTokenCardDetails
Inheritance
System.Object
    CustomerTokenCardDetails
  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 CustomerTokenCardDetails
  Fields
| Improve this Doc View SourceBrand
Declaration
[JsonProperty(PropertyName = "brand")]
public string Brand
  Field Value
| Type | Description | 
|---|---|
| System.String | 
ExpiryDate
Declaration
[JsonProperty(PropertyName = "expiry_date")]
public string ExpiryDate
  Field Value
| Type | Description | 
|---|---|
| System.String | 
MaskedNumber
Declaration
[JsonProperty(PropertyName = "masked_number")]
public string MaskedNumber
  Field Value
| Type | Description | 
|---|---|
| System.String |