Class FinancialAccount
Inheritance
FinancialAccount
Assembly: Inttegro.dll
Syntax
public sealed class FinancialAccount
Properties
|
Edit this page
View Source
ArchivedAt
Declaration
[JsonPropertyName("archived_at")]
public string? ArchivedAt { get; set; }
Property Value
|
Edit this page
View Source
BankAccount
Declaration
[JsonPropertyName("bank_account")]
public BankAccountConfig? BankAccount { 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
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
DisconnectedAt
Declaration
[JsonPropertyName("disconnected_at")]
public string? DisconnectedAt { 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
Id
Declaration
[JsonPropertyName("id")]
public string? Id { 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
Verification
Declaration
[JsonPropertyName("verification")]
public JsonObject? Verification { get; set; }
Property Value
|
Edit this page
View Source
Wallet
Declaration
[JsonPropertyName("wallet")]
public WalletConfig? Wallet { get; set; }
Property Value