Class BankAccount
BG-17: Bank account for credit transfer.
public sealed class BankAccount
- Inheritance
-
BankAccount
- Inherited Members
Properties
FinancialInstitutionId
BT-86: BIC.
public string? FinancialInstitutionId { get; init; }
Property Value
Id
BT-84: IBAN.
public required string Id { get; init; }
Property Value
Name
BT-85: Account name.
public string? Name { get; init; }