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

Latest commit

 

History

History
19 lines (11 loc) · 1.18 KB

OrderLineItemAppliedTax.md

File metadata and controls

19 lines (11 loc) · 1.18 KB

Square.Connect.Model.OrderLineItemAppliedTax

Description

Represents an applied portion of a tax to a line item in an order. Order-scoped taxes automatically include the applied taxes in each line item. Line item taxes must be referenced from any applicable line items. The corresponding applied money is automatically computed, based on the set of participating line items. Note: This model is in beta.

Properties

Name Type Description Notes
Uid string Unique ID that identifies the applied tax only within this order. [optional]
TaxUid string The `uid` of the tax for which this applied tax represents. Must reference a tax present in the `order.taxes` field. This field is immutable. To change which taxes apply to a line item, delete and add new `OrderLineItemAppliedTax`s.
AppliedMoney Money The amount of money applied by the tax to the line item. [optional]

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