--- displayed_sidebar: pricingReference --- # PriceSetMoneyAmountDTO An object representing a price set money amount, which holds the data related to the association between a price set and a money amount. ## Properties ### id **id**: `string` a string indicating the ID of a price set money amount. #### Defined in [packages/types/src/pricing/common/price-set-money-amount.ts:15](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L15) ___ ### money\_amount `Optional` **money\_amount**: [`MoneyAmountDTO`](MoneyAmountDTO.md) an object of type [MoneyAmountDTO](MoneyAmountDTO.md) holding the data of the associated money amount. #### Defined in [packages/types/src/pricing/common/price-set-money-amount.ts:18](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L18) ___ ### price\_set `Optional` **price\_set**: [`PriceSetDTO`](PriceSetDTO.md) an object of type [PriceSetDTO](PriceSetDTO.md) holding the data of the associated price set. #### Defined in [packages/types/src/pricing/common/price-set-money-amount.ts:17](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L17) ___ ### title `Optional` **title**: `string` a string indicating the title of the price set money amount. #### Defined in [packages/types/src/pricing/common/price-set-money-amount.ts:16](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L16)