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