Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 709 Bytes

CartFinalizeOrderResponse.md

File metadata and controls

14 lines (10 loc) · 709 Bytes

com.ultracart.admin.v2.Model.CartFinalizeOrderResponse

Properties

Name Type Description Notes
Errors List<string> Error messages if the order could not be completed [optional]
NextCart Cart [optional]
Order Order [optional]
OrderId string Order ID assigned to the order [optional]
Successful bool? True if the cart was converted successfully to an order [optional]

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