Class FinancialAccountCreateRequest
Inheritance
FinancialAccountCreateRequest
Assembly: Inttegro.dll
Syntax
public sealed class FinancialAccountCreateRequest
Properties
|
Edit this page
View Source
BankAccount
Declaration
[JsonPropertyName("bank_account")]
public BankAccountConfig? BankAccount { get; set; }
Property Value
|
Edit this page
View Source
Currency
Declaration
[JsonPropertyName("currency")]
public string? Currency { 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
Description
Declaration
[JsonPropertyName("description")]
public string? Description { 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
Label
Declaration
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
|
Edit this page
View Source
Owner
Declaration
[JsonPropertyName("owner")]
public BankAccountOwner? Owner { get; set; }
Property Value
|
Edit this page
View Source
PullConfiguration
Declaration
[JsonPropertyName("pull_configuration")]
public PullPushConfig? PullConfiguration { get; set; }
Property Value
|
Edit this page
View Source
PushConfiguration
Declaration
[JsonPropertyName("push_configuration")]
public PullPushConfig? PushConfiguration { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { 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