Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.21 KB

OrderLineItemTax.md

File metadata and controls

20 lines (13 loc) · 1.21 KB

OrderLineItemTax

Description

Represents a tax that applies to one or more line items in an order.

Properties

Name Type Description Notes
uid String Unique ID that identifies the tax only within this order. This field is read-only. [optional]
catalogObjectId String The catalog object id referencing CatalogTax. [optional]
name String The tax's name. [optional]
type String Indicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values [optional]
percentage String The percentage of the tax, as a string representation of a decimal number. A value of `7.25` corresponds to a percentage of 7.25%. [optional]
appliedMoney Money The amount of the money applied by the tax in an order. [optional]
scope String Indicates the level at which the tax applies. This field is set by the server. If set in a CreateOrder request, it will be ignored on write. See OrderLineItemTaxScope for possible values [optional]