Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.21 KB

OrderLineItem.md

File metadata and controls

18 lines (13 loc) · 1.21 KB

Square.Connect.Model.OrderLineItem

Properties

Name Type Description Notes
Name string The name of the line item. [optional]
Quantity string The quantity of the product to purchase. Currently, this string must have an integer value. [optional]
Taxes List<OrderLineItemTax> The taxes applied to this line item. [optional]
Discounts List<OrderLineItemDiscount> The discounts applied to this line item. [optional]
BasePriceMoney Money The base price for a single unit of the line item. [optional]
TotalTaxMoney Money The total tax amount of money to collect for the line item. [optional]
TotalDiscountMoney Money The total discount amount of money to collect for the line item. [optional]
TotalMoney Money The total amount of money to collect for this line item. [optional]

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