Class PaymentMeans
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
PaymentCard
BG-18: Payment card information.
public PaymentCard? PaymentCard { get; init; }
Property Value
PaymentMeansCode
BT-81: Payment means type code (e.g. "58" = SEPA credit transfer).
public required PaymentMeansCode PaymentMeansCode { get; init; }
Property Value
PaymentMeansText
BT-82: Payment means text (free-form description of payment means).
public string? PaymentMeansText { get; init; }