StoreCurrency - Store Module Data Models Reference

This documentation provides a reference to the StoreCurrency data model. It belongs to the Store Module.

idPrimaryKeyModifier<IdProperty>
The ID of the currency.
currency_codeTextProperty
The ISO 3 currency code. For example, usd.
is_defaultBooleanProperty
Whether the currency is the default in the store.
storeBelongsTo<Store>Optional
The store this currency belongs to.
Was this page helpful?