# MoneyV2 - admin-graphql - OBJECT Version: 2024-04 ## Description A monetary value with currency. ### Access Scopes ## Fields * [amount](/docs/api/admin-graphql/2024-04/scalars/Decimal): Decimal! - Decimal money amount. * [currencyCode](/docs/api/admin-graphql/2024-04/enums/CurrencyCode): CurrencyCode! - Currency of the money. ## Connections ## Related queries ## Related mutations ## Related Unions * [DeliveryConditionCriteria](/docs/api/admin-graphql/2024-04/unions/DeliveryConditionCriteria) The value (weight or price) that the condition field is compared to. * [PricingValue](/docs/api/admin-graphql/2024-04/unions/PricingValue) The type of value given to a customer when a discount is applied to an order. For example, the application of the discount might give the customer a percentage off a specified item. Alternatively, the application of the discount might give the customer a monetary value in a given currency off an order. * [SellingPlanCheckoutChargeValue](/docs/api/admin-graphql/2024-04/unions/SellingPlanCheckoutChargeValue) The portion of the price to be charged at checkout. * [SellingPlanPricingPolicyAdjustmentValue](/docs/api/admin-graphql/2024-04/unions/SellingPlanPricingPolicyAdjustmentValue) Represents a selling plan pricing policy adjustment value type. ## Examples