Class UpdateBankAccountRequest
public record UpdateBankAccountRequest
- Inheritance
-
object
UpdateBankAccountRequest
Constructors
UpdateBankAccountRequest(string, string?, string?, string?, string, string?, string?, bool)
public UpdateBankAccountRequest(string BankName, string? AccountHolder, string? AccountType, string? CurrencyCode, string AccountNumberRaw, string? SwiftBic, string? Iban, bool IsPrimary)
Parameters
BankName string
AccountHolder string
AccountType string
CurrencyCode string
AccountNumberRaw string
SwiftBic string
Iban string
IsPrimary bool
Properties
AccountHolder
public string? AccountHolder { get; init; }
Property Value
- string
AccountNumberRaw
public string AccountNumberRaw { get; init; }
Property Value
- string
AccountType
public string? AccountType { get; init; }
Property Value
- string
BankName
public string BankName { get; init; }
Property Value
- string
CurrencyCode
public string? CurrencyCode { get; init; }
Property Value
- string
Iban
public string? Iban { get; init; }
Property Value
- string
IsPrimary
public bool IsPrimary { get; init; }
Property Value
- bool
SwiftBic
public string? SwiftBic { get; init; }
Property Value
- string