Class PrepaidPaymentEntry
BG-DEX-09: A single pre-authorized payment entry (XRechnung extension, UBL only).
public sealed class PrepaidPaymentEntry
- Inheritance
-
PrepaidPaymentEntry
- Inherited Members
Properties
Id
BT-DEX-001: Payment type identifier.
public string? Id { get; init; }
Property Value
InstructionId
BT-DEX-003: Payment description.
public string? InstructionId { get; init; }
Property Value
PaidAmount
BT-DEX-002: Pre-authorized payment amount.
public required decimal PaidAmount { get; init; }