Class PaymentMethodCard
Inheritance
PaymentMethodCard
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodCard
Properties
|
Edit this page
View Source
Brand
Declaration
[JsonPropertyName("brand")]
public string? Brand { get; set; }
Property Value
|
Edit this page
View Source
ExpiresOn
Declaration
[JsonPropertyName("expires_on")]
public string? ExpiresOn { get; set; }
Property Value
|
Edit this page
View Source
Issuer
Declaration
[JsonPropertyName("issuer")]
public PaymentMethodCardIssuer? Issuer { get; set; }
Property Value
|
Edit this page
View Source
Owner
Declaration
[JsonPropertyName("owner")]
public PaymentMethodCardOwner? Owner { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value