Przejdź do głównej zawartości

Interface: CurrencyStore

Properties

baseCurrency

baseCurrency: string | null


currency

currency: string | null


initialize

initialize: (shopData) => void

Parameters

shopData

ShopConfig

Returns

void


isLoaded

isLoaded: boolean


setCurrency

setCurrency: (currency) => void

Parameters

currency

string

Returns

void


supportedCurrencies

supportedCurrencies: string[]