--- title: MoneyV2 - Customer API description: A precise monetary value and its associated currency. For example, 12.99 USD. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/moneyv2 md: https://shopify.dev/docs/api/customer/latest/objects/moneyv2.md --- # Money​V2 object A precise monetary value and its associated currency. For example, 12.99 USD. ## Fields * amount [Decimal!](https://shopify.dev/docs/api/customer/latest/scalars/Decimal) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A monetary value in decimal format, allowing for precise representation of cents or fractional currency. For example, 12.99. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/customer/latest/enums/CurrencyCode) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) 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. *** ## Map ### Fields with this object * {}[AdditionalFeeSale.totalAmount](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale#field-totalAmount) * {}[AdditionalFeeSale.totalDiscountAmountAfterTaxes](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale#field-totalDiscountAmountAfterTaxes) * {}[AdditionalFeeSale.totalDiscountAmountBeforeTaxes](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale#field-totalDiscountAmountBeforeTaxes) * {}[AdditionalFeeSale.totalTaxAmount](https://shopify.dev/docs/api/customer/latest/objects/AdditionalFeeSale#field-totalTaxAmount) * {}[AdjustmentSale.totalAmount](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-totalAmount) * {}[AdjustmentSale.totalDiscountAmountAfterTaxes](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-totalDiscountAmountAfterTaxes) * {}[AdjustmentSale.totalDiscountAmountBeforeTaxes](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-totalDiscountAmountBeforeTaxes) * {}[AdjustmentSale.totalTaxAmount](https://shopify.dev/docs/api/customer/latest/objects/AdjustmentSale#field-totalTaxAmount) * {}[AppliedGiftCard.amountUsed](https://shopify.dev/docs/api/customer/latest/objects/AppliedGiftCard#field-amountUsed) * {}[AppliedGiftCard.balance](https://shopify.dev/docs/api/customer/latest/objects/AppliedGiftCard#field-balance) * {}[AppliedGiftCard.presentmentAmountUsed](https://shopify.dev/docs/api/customer/latest/objects/AppliedGiftCard#field-presentmentAmountUsed) * {}[Checkout.lineItemsSubtotalPrice](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-lineItemsSubtotalPrice) * {}[Checkout.paymentDue](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-paymentDue) * {}[Checkout.subtotalPrice](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-subtotalPrice) * {}[Checkout.totalDuties](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-totalDuties) * {}[Checkout.totalPrice](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-totalPrice) * {}[Checkout.totalTax](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-totalTax) * {}[CheckoutLineItem.price](https://shopify.dev/docs/api/customer/latest/objects/CheckoutLineItem#field-price) * {}[CheckoutLineItem.unitPrice](https://shopify.dev/docs/api/customer/latest/objects/CheckoutLineItem#field-unitPrice) * {}[DiscountAllocation.allocatedAmount](https://shopify.dev/docs/api/customer/latest/objects/DiscountAllocation#field-allocatedAmount) * {}[DraftOrder.subtotalPrice](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-subtotalPrice) * {}[DraftOrder.totalLineItemsPrice](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-totalLineItemsPrice) * {}[DraftOrder.totalPrice](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-totalPrice) * {}[DraftOrder.totalShippingPrice](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-totalShippingPrice) * {}[DraftOrder.totalTax](https://shopify.dev/docs/api/customer/latest/objects/DraftOrder#field-totalTax) * {}[DraftOrderAppliedDiscount.discountValue](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderAppliedDiscount#field-discountValue) * {}[DraftOrderDiscountInformation.totalDiscounts](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderDiscountInformation#field-totalDiscounts) * {}[DraftOrderLineItem.discountedTotal](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItem#field-discountedTotal) * {}[DraftOrderLineItem.discountedUnitPrice](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItem#field-discountedUnitPrice) * {}[DraftOrderLineItem.originalTotal](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderLineItem#field-originalTotal) ### Possible type in * [Pricing​Value](https://shopify.dev/docs/api/customer/latest/unions/PricingValue)