Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.08 KB

CreateOrderRequestLineItem.md

File metadata and controls

15 lines (10 loc) · 1.08 KB

Square.Connect.Model.CreateOrderRequestLineItem

Properties

Name Type Description Notes
Name string The name of the line item. This value cannot exceed 500 characters. [optional]
Quantity string The quantity to purchase, as a string representation of a number. Currently, only integer values are supported.
BasePriceMoney Money The base price for a single unit of the line item's associated variation. If a line item represents a Custom Amount instead of a particular product, this field indicates that amount. [optional]
Taxes List<CreateOrderRequestTax> The taxes include the custom taxes. [optional]
Discounts List<CreateOrderRequestDiscount> The discounts include the custom discounts. [optional]

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