CartCurrency
Currency of the cart.
interface CartCurrency {
code?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | The transactional currency code for the cart as a ISO-4217 formatted string. |
Currency of the cart.
interface CartCurrency {
code?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | The transactional currency code for the cart as a ISO-4217 formatted string. |