Class TaxTotal

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

BG-22: Tax total for the invoice.

public sealed class TaxTotal
Inheritance
TaxTotal
Inherited Members

Properties

TaxAmount

BT-110: Total tax amount.

public required decimal TaxAmount { get; init; }

Property Value

decimal

TaxAmountInAccountingCurrency

BT-111: Tax amount in accounting currency (when different from invoice currency).

public decimal? TaxAmountInAccountingCurrency { get; init; }

Property Value

decimal?

TaxSubtotals

BG-23: Tax subtotals (one per tax category/rate combination).

public required IReadOnlyList<TaxSubtotal> TaxSubtotals { get; init; }

Property Value

IReadOnlyList<TaxSubtotal>