--- displayed_sidebar: pricingReference --- # CreateCurrencyDTO An object that holds data to create a currency. ## Properties ### code **code**: `string` a string indicating the code of the currency. #### Defined in [packages/types/src/pricing/common/currency.ts:35](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/currency.ts#L35) ___ ### name **name**: `string` a string indicating the name of the currency. #### Defined in [packages/types/src/pricing/common/currency.ts:38](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/currency.ts#L38) ___ ### symbol **symbol**: `string` a string indicating the symbol of the currency. #### Defined in [packages/types/src/pricing/common/currency.ts:36](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/currency.ts#L36) ___ ### symbol\_native **symbol\_native**: `string` a string indicating the symbol of the currecy in its native form. This is typically the symbol used when displaying a price. #### Defined in [packages/types/src/pricing/common/currency.ts:37](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/currency.ts#L37)