Class CreditCard
CreditCard
public sealed class CreditCard- Inheritance
- 
      
      CreditCard
- Inherited Members
Properties
Cvc
cvc
[JsonPropertyName("cvc")]
public string Cvc { get; set; }Property Value
ExpiryMonth
expiryMonth
[JsonPropertyName("expiryMonth")]
public string ExpiryMonth { get; set; }Property Value
ExpiryYear
expiryYear
[JsonPropertyName("expiryYear")]
public string ExpiryYear { get; set; }Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }Property Value
Number
number
[JsonPropertyName("number")]
public string Number { get; set; }