UmbCheckoutConfiguration

The UmbCheckoutConfiguration object contains the below properties

Property NameTypeUse

Id

int

The internal configuration Id

Key

Guid

The internal configuration Key

SuccessPageUrl

IEnumerable<MultiUrlPicker>

The success page

CancelPageUrl

IEnumerable<MultiUrlPicker>

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

Last updated