Class GhanaBankAccount
Inheritance
GhanaBankAccount
Assembly: Inttegro.dll
Syntax
public sealed class GhanaBankAccount
Properties
|
Edit this page
View Source
BankName
Declaration
[JsonPropertyName("bank_name")]
public string? BankName { get; set; }
Property Value
|
Edit this page
View Source
Branch
Declaration
[JsonPropertyName("branch")]
public string? Branch { get; set; }
Property Value
|
Edit this page
View Source
Holder
Declaration
[JsonPropertyName("holder")]
public BankAccountOwner? Holder { get; set; }
Property Value
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public string? Number { get; set; }
Property Value
|
Edit this page
View Source
SortCode
Declaration
[JsonPropertyName("sort_code")]
public string? SortCode { get; set; }
Property Value
|
Edit this page
View Source
SwiftCode
Declaration
[JsonPropertyName("swift_code")]
public string? SwiftCode { get; set; }
Property Value