Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.27 KB

OrderLineItemTax.md

File metadata and controls

15 lines (11 loc) · 1.27 KB

OrderLineItemTax

Properties

Name Getter Setter Type Description Notes
catalog_object_id getCatalogObjectId() setCatalogObjectId($value) string The catalog object id referencing CatalogTax. [optional]
name getName() setName($value) string The tax's name. [optional]
type getType() setType($value) string Indicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values. [optional]
percentage getPercentage() setPercentage($value) 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]
applied_money getAppliedMoney() setAppliedMoney($value) \SquareConnect\Model\Money The amount of the money applied by the tax in an order. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]