Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 667 Bytes

File metadata and controls

19 lines (13 loc) · 667 Bytes

OrderLineItem

squareconnect.models.order_line_item

Description

Represents a line item in an order. Each line item describes a different product to purchase, with its own quantity and price details.

Properties

Name Type Notes
id str [optional]
name str [optional]
quantity str [optional]
base_price_money Money [optional]
total_money Money [optional]

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