Class PaymentMethod
Inheritance
PaymentMethod
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethod
Properties
|
Edit this page
View Source
BankAccount
Declaration
[JsonPropertyName("bank_account")]
public PaymentMethodBankAccount? BankAccount { get; set; }
Property Value
|
Edit this page
View Source
Card
Declaration
[JsonPropertyName("card")]
public PaymentMethodCard? Card { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
CustomerId
Declaration
[JsonPropertyName("customer_id")]
public string? CustomerId { 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
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
MobileMoney
Declaration
[JsonPropertyName("mobile_money")]
public PaymentMethodMobileMoney? MobileMoney { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public PaymentMethodType Type { get; set; }
Property Value
|
Edit this page
View Source
Verification
Declaration
[JsonPropertyName("verification")]
public PaymentMethodVerification? Verification { get; set; }
Property Value
|
Edit this page
View Source
Verified
Declaration
[JsonPropertyName("verified")]
public bool? Verified { get; set; }
Property Value
|
Edit this page
View Source
VerifiedAt
Declaration
[JsonPropertyName("verified_at")]
public string? VerifiedAt { get; set; }
Property Value