Class FinancialAccountUpdateRequest
Inheritance
FinancialAccountUpdateRequest
Assembly: Inttegro.dll
Syntax
public sealed class FinancialAccountUpdateRequest
Properties
|
Edit this page
View Source
AccountId
Declaration
[JsonPropertyName("account_id")]
public string? AccountId { 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
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
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value