Sha256: 133ca36b3cb2c87a95f74bfdd3b61abad3dc171f20866be8414dc81f15ab47ec
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 KB
Contents
# SquareConnect::CreateOrderRequestTax ### Description __Deprecated__: Please use the [OrderLineItemTax](#type-orderlineitemtax) type in the order field of [CreateOrderRequest](#type-createorderrequest) instead. Represents a tax that can apply to either a single line item or an entire order. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **catalog_object_id** | **String** | Only used for catalog taxes. The catalog object ID of an existing [CatalogTax](#type-catalogtax). Do not provide a value for this field if you provide values in other fields for an ad hoc tax. | [optional] **name** | **String** | Only used for ad hoc taxes. The tax's name. Do not provide a value for this field if you set `catalog_object_id`. | [optional] **type** | **String** | Only used for ad hoc taxes. Indicates the calculation method used to apply the line item tax. Default: `ADDITIVE`; See [OrderLineItemTaxType](#type-orderlineitemtaxtype) for possible values. | [optional] **percentage** | **String** | Only used for ad hoc taxes. 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%. This value range between 0.0 up to 100.0 | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.20190313.1.282 | docs/CreateOrderRequestTax.md |
square_connect-2.20190313.0.278 | docs/CreateOrderRequestTax.md |
square_connect-2.20190213.0.274 | docs/CreateOrderRequestTax.md |