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.