Class OrderPayoutFinancialAccount
Inheritance
OrderPayoutFinancialAccount
Assembly: Inttegro.dll
Syntax
public sealed class OrderPayoutFinancialAccount
Properties
|
Edit this page
View Source
BankAccount
Declaration
[JsonPropertyName("bank_account")]
public BankAccountConfig? BankAccount { get; set; }
Property Value
|
Edit this page
View Source
DoshAccount
Declaration
[JsonPropertyName("dosh_account")]
public JsonObject? DoshAccount { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public FinancialAccountType Type { get; set; }
Property Value
|
Edit this page
View Source
Wallet
Declaration
[JsonPropertyName("wallet")]
public WalletConfig? Wallet { get; set; }
Property Value