Class PrepaidPaymentEntry

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

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

string

InstructionId

BT-DEX-003: Payment description.

public string? InstructionId { get; init; }

Property Value

string

PaidAmount

BT-DEX-002: Pre-authorized payment amount.

public required decimal PaidAmount { get; init; }

Property Value

decimal