Class FinancialAccountArchiveRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class FinancialAccountArchiveRequest
Properties
| Edit this page View SourceAccountId
Declaration
[JsonPropertyName("account_id")]
public string? AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Extra
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |