CreateCheckoutResponse

April 10, 2019 ยท View on GitHub

squareconnect.models.create_checkout_response

Description

Defines the fields that are included in the response body of a request to the CreateCheckout endpoint.

Properties

NameTypeDescriptionNotes
checkoutCheckoutThe newly created checkout. If the same request was made with the same idempotency_key, this will be the checkout created with the idempotency_key.[optional]
errorslist[Error]Any errors that occurred during the request.[optional]

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