squareconnect.models.create_checkout_request
Defines the parameters that can be included in the body of a request to the CreateCheckout endpoint.
| 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] |