# Interface: CartDataAttributes

# Indexable

▪ [key: string]: unknown

# Table of contents

# Properties

# Properties

# currency

currency: string

Defined in: types/cart.ts:140 (opens new window)


# discounts

discounts: CartDataDiscount[]

Defined in: types/cart.ts:145 (opens new window)


# isDefault

isDefault: boolean

Defined in: types/cart.ts:143 (opens new window)


# name

name: string

Defined in: types/cart.ts:142 (opens new window)


# priceMode

priceMode: string

Defined in: types/cart.ts:139 (opens new window)


# store

store: string

Defined in: types/cart.ts:141 (opens new window)


# totals

totals: CartDataTotals

Defined in: types/cart.ts:144 (opens new window)