TaxSourceLine
No description
union TaxSourceLine = CheckoutLine | OrderLine
Possible types
TaxSourceLine.CheckoutLine
object
Represents an item in the checkout.
TaxSourceLine.OrderLine
object
Represents order line of particular order.
Member of
TaxableObjectLine
object