Class PaymentMethodSettings
Inheritance
PaymentMethodSettings
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodSettings
Properties
|
Edit this page
View Source
BankAccount
Declaration
[JsonPropertyName("bank_account")]
public PaymentMethodTypeSetting? BankAccount { get; set; }
Property Value
|
Edit this page
View Source
Card
Declaration
[JsonPropertyName("card")]
public PaymentMethodTypeSetting? Card { get; set; }
Property Value
|
Edit this page
View Source
MobileMoney
Declaration
[JsonPropertyName("mobile_money")]
public PaymentMethodTypeSetting? MobileMoney { get; set; }
Property Value
|
Edit this page
View Source
Motito
Declaration
[JsonPropertyName("motito")]
public PaymentMethodTypeSetting? Motito { get; set; }
Property Value