Class PaymentMeans

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

BG-16: Payment instructions.

public sealed class PaymentMeans
Inheritance
PaymentMeans
Inherited Members

Properties

PayeeFinancialAccount

BG-17: Credit transfer (bank account).

public BankAccount? PayeeFinancialAccount { get; init; }

Property Value

BankAccount

PaymentCard

BG-18: Payment card information.

public PaymentCard? PaymentCard { get; init; }

Property Value

PaymentCard

PaymentMeansCode

BT-81: Payment means type code (e.g. "58" = SEPA credit transfer).

public required PaymentMeansCode PaymentMeansCode { get; init; }

Property Value

PaymentMeansCode

PaymentMeansText

BT-82: Payment means text (free-form description of payment means).

public string? PaymentMeansText { get; init; }

Property Value

string