# MoneyV2 - customer - OBJECT Version: unstable ## Description A precise monetary value and its associated currency. For example, 12.99 USD. ### Access Scopes ## Fields * [amount](/docs/api/customer/unstable/scalars/Decimal): Decimal! - A monetary value in decimal format, allowing for precise representation of cents or fractional currency. For example, 12.99. * [currencyCode](/docs/api/customer/unstable/enums/CurrencyCode): CurrencyCode! - The three-letter currency code that represents a world currency used in a store. Currency codes include standard [standard ISO 4217 codes](https://en.wikipedia.org/wiki/ISO_4217), legacy codes, and non-standard codes. For example, USD. ## Connections ## Related queries ## Related mutations ## Related Unions * [PricingValue](/docs/api/customer/unstable/unions/PricingValue) The price value (fixed or percentage) for a discount application. ## Examples