Alokai

CartCurrency

Currency of the cart.

interface CartCurrency {
	code?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringThe transactional currency code for the cart as a ISO-4217 formatted string.

On this page