Class FinancialAccountVerifyRequest
Inheritance
FinancialAccountVerifyRequest
Assembly: Inttegro.dll
Syntax
public sealed class FinancialAccountVerifyRequest
Properties
|
Edit this page
View Source
AccountId
Declaration
[JsonPropertyName("account_id")]
public string? AccountId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
Token
Declaration
[JsonPropertyName("token")]
public string? Token { get; set; }
Property Value