Class TaxTotal
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
TaxAmountInAccountingCurrency
BT-111: Tax amount in accounting currency (when different from invoice currency).
public decimal? TaxAmountInAccountingCurrency { get; init; }
Property Value
TaxSubtotals
BG-23: Tax subtotals (one per tax category/rate combination).
public required IReadOnlyList<TaxSubtotal> TaxSubtotals { get; init; }