# MoneyV2 - admin - OBJECT
Version: 2025-01

## Description
A monetary value with currency.

### Access Scopes



## Fields
* [amount](/docs/api/admin/2025-01/scalars/Decimal): Decimal! - Decimal money amount.
* [currencyCode](/docs/api/admin/2025-01/enums/CurrencyCode): CurrencyCode! - Currency of the money.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DeliveryConditionCriteria](/docs/api/admin/2025-01/unions/DeliveryConditionCriteria) The value (weight or price) that the condition field is compared to.
* [PricingValue](/docs/api/admin/2025-01/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/2025-01/unions/SellingPlanCheckoutChargeValue) The portion of the price to be charged at checkout.
* [SellingPlanPricingPolicyAdjustmentValue](/docs/api/admin/2025-01/unions/SellingPlanPricingPolicyAdjustmentValue) Represents a selling plan pricing policy adjustment value type.

## Examples