Skip to content

Files

20 lines (16 loc) · 2.46 KB

CheckoutShoppingCartRequest.md

File metadata and controls

20 lines (16 loc) · 2.46 KB

CheckoutShoppingCartRequest

Properties

Name Type Description Notes
cart_id string The unique ID of the shopping cart to be processed. You can use this value to maintain a persistent cart. If you do not specify a cart ID, the MINDBODY software generates one. [optional]
client_id string The RSSID of the client making the purchase. A cart can be validated without a client ID, but a client ID must be specified to complete a sale.
test bool When `true`, indicates that the contents of the cart are validated, but the transaction does not take place. You should use this parameter during testing and when checking the calculated totals of the items in the cart.<br /> When `false`, the transaction takes place and the database is affected.<br /> Default: false [optional]
items \Swagger\Client\Model\CheckoutItemWrapper[] A list of the items in the cart.
in_store bool When `true`, indicates that the cart is to be completed by a staff member and is to take place at one of the business’ physical locations.<br /> When `false`, indicates that the cart is to be completed by a client from the business’ online store.<br /> Default: false [optional]
promotion_code string Promotion code to be applied to the cart. [optional]
payments \Swagger\Client\Model\CheckoutPaymentInfo[] A list of payment information objects to be applied to payment against the items in the cart.
send_email bool When `true`, sends a purchase receipt email to the client. Note that all appropriate permissions and settings must be enabled for the client to receive an email.<br /> Default: false [optional]
location_id int The location ID to be used for pulling business mode prices and taxes. If no location ID is supplied, it defaults to the online store, represented by a null value. Default: null (the online store) [optional]
image string The byte array data of the signature image. [optional]
image_file_name string The name of the signature image being uploaded. [optional]

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