Class PaymentMethodBankAccountGhana
Inheritance
PaymentMethodBankAccountGhana
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodBankAccountGhana
Properties
|
Edit this page
View Source
AccountNumber
Declaration
[JsonPropertyName("account_number")]
public string? AccountNumber { 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
Name
Declaration
[JsonPropertyName("name")]
public string? Name { 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