Uses of Class
travel.wink.affiliate.model.TaxAmount
Packages that use TaxAmount
-
Uses of TaxAmount in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return TaxAmountModifier and TypeMethodDescriptionMethods in travel.wink.affiliate.model that return types with arguments of type TaxAmountModifier and TypeMethodDescriptionInvoiceLineItem.getTaxAmounts()Get taxAmountsInvoice.getTotalTaxAmounts()Get totalTaxAmountsMethods in travel.wink.affiliate.model with parameters of type TaxAmountModifier and TypeMethodDescriptionInvoiceLineItem.addTaxAmountsItem(TaxAmount taxAmountsItem) Invoice.addTotalTaxAmountsItem(TaxAmount totalTaxAmountsItem) Method parameters in travel.wink.affiliate.model with type arguments of type TaxAmountModifier and TypeMethodDescriptionvoidInvoiceLineItem.setTaxAmounts(List<TaxAmount> taxAmounts) voidInvoice.setTotalTaxAmounts(List<TaxAmount> totalTaxAmounts) InvoiceLineItem.taxAmounts(List<TaxAmount> taxAmounts) Invoice.totalTaxAmounts(List<TaxAmount> totalTaxAmounts)