public class InvoiceTotalVATAmount
extends java.lang.Object
The total VAT amount for the Invoice.
The Invoice total VAT amount is the sum of all VAT category tax amounts.
BR-CO-14: Invoice total VAT amount (BT-110) = ? VAT category tax amount (BT-117).
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxTotalAmount
Modifier and Type | Method and Description |
---|---|
Amount |
getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amount
|
Codes.Currency |
getVATCurrency()
BT-110-0:VAT currency
|
InvoiceTotalVATAmount |
setInvoiceTotalVATAmount(Amount value) |
InvoiceTotalVATAmount |
setVATCurrency(Codes.Currency value) |
public InvoiceTotalVATAmount setVATCurrency(Codes.Currency value)
value
- BT-110-0:VAT currency
@currencyID is mandatory to differentiate between VAT amount and VAT amount in accounting currency.
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxTotalAmount/@currencyID
public InvoiceTotalVATAmount setInvoiceTotalVATAmount(Amount value)
value
- BT-110:Invoice total VAT amount
The total VAT amount for the Invoice.
The Invoice total VAT amount is the sum of all VAT category tax amounts.
BR-CO-14: Invoice total VAT amount (BT-110) = ? VAT category tax amount (BT-117).
XPath:/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeSettlement/ram:SpecifiedTradeSettlementHeaderMonetarySummation/ram:TaxTotalAmount
public Codes.Currency getVATCurrency()
@currencyID is mandatory to differentiate between VAT amount and VAT amount in accounting currency.
public Amount getInvoiceTotalVATAmount()
The total VAT amount for the Invoice.
The Invoice total VAT amount is the sum of all VAT category tax amounts.
BR-CO-14: Invoice total VAT amount (BT-110) = ? VAT category tax amount (BT-117).