Class BankAccountConfig
Inheritance
BankAccountConfig
Assembly: Inttegro.dll
Syntax
public sealed class BankAccountConfig
Properties
|
Edit this page
View Source
GhanaBankAccount
Declaration
[JsonPropertyName("ghana_bank_account")]
public GhanaBankAccount? GhanaBankAccount { 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
Type
Declaration
[JsonPropertyName("type")]
public BankAccountType Type { get; set; }
Property Value