Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 675 Bytes

File metadata and controls

19 lines (13 loc) · 675 Bytes

Order

squareconnect.models.order

Description

Contains all information related to a single order to process with Square, including line items that specify the products to purchase

Properties

Name Type Notes
id str [optional]
location_id str [optional]
reference_id str [optional]
line_items list[OrderLineItem] [optional]
total_money Money [optional]

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