Class: LineItemTaxRates

order.LineItemTaxRates()

new LineItemTaxRates()

Source:

Methods

(static) LineItemTaxRates#getRates() → {Object.<String, Array.<inventory.TaxRate>>}

Get the field value The new tax rates to assign to the line item with the corresponding line item id.
Source:
Returns:
A map of to
Type
Object.<String, Array.<inventory.TaxRate>>

(static) LineItemTaxRates#setRates(rates)

Set the field value The new tax rates to assign to the line item with the corresponding line item id.
Parameters:
Name Type Description
rates Object.<String, Array.<inventory.TaxRate>> A map of to
Source: