Class BankAccount

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

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

string

Id

BT-84: IBAN.

public required string Id { get; init; }

Property Value

string

Name

BT-85: Account name.

public string? Name { get; init; }

Property Value

string