Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 844 Bytes

File metadata and controls

21 lines (15 loc) · 844 Bytes

CreateCheckoutRequest

squareconnect.models.create_checkout_request

Description

Defines the parameters that can be included in the body of a request to the CreateCheckout endpoint.

Properties

Name Type Notes
idempotency_key str
order CreateOrderRequestOrder
ask_for_shipping_address bool [optional]
merchant_support_email str [optional]
pre_populate_buyer_email str [optional]
pre_populate_shipping_address Address [optional]
redirect_url str [optional]

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