# Type alias: ProductPrice
Ƭ ProductPrice: object
# Type declaration:
| Name | Type |
|---|---|
currency | object |
currency.code | string |
currency.name | string |
currency.symbol | string |
grossAmount? | number |
netAmount? | number |
priceTypeName | string |
Defined in: types/product.ts:31 (opens new window)