> For the complete documentation index, see [llms.txt](https://docs.umbcheckout.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbcheckout.net/core-services/object-reference/umbcheckoutconfiguration.md).

# UmbCheckoutConfiguration

The UmbCheckoutConfiguration object contains the below properties

| Property Name          | Type                                                                             | Use                                                    |
| ---------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Id                     | int                                                                              | The internal configuration Id                          |
| Key                    | Guid                                                                             | The internal configuration Key                         |
| SuccessPageUrl         | IEnumerable<[MultiUrlPicker](/core-services/object-reference/multiurlpicker.md)> | The success page                                       |
| CancelPageUrl          | IEnumerable<[MultiUrlPicker](/core-services/object-reference/multiurlpicker.md)> | The cancel page                                        |
| StoreBasketInCookie    | Boolean                                                                          | Whether the Basket is stored in a cookie               |
| StoreBasketInDatabase  | Boolean                                                                          | Whether the Basket is stored in the database           |
| BasketInDatabaseExpiry | int                                                                              | The number of days the Basket can live in the database |
| BasketInCookieExpiry   | int                                                                              | The number of days the Basket can live in a cookie     |
| EnableShipping         | Boolean                                                                          | Whether the shipping is enabled                        |
