--- title: MoneyBag - Customer API description: |- A collection of monetary values in their respective currencies. Typically used in the context of multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice (the presentment currency). api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/moneybag md: https://shopify.dev/docs/api/customer/latest/objects/moneybag.md --- # Money​Bag object A collection of monetary values in their respective currencies. Typically used in the context of multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice (the presentment currency). ## Fields * presentment​Money [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Amount in presentment currency. * shop​Money [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Amount in shop currency. *** ## Map ### Fields with this object * {}[CalculatedReturnLineItem.subtotalSet](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItem#field-subtotalSet) * {}[CalculatedReturnLineItem.totalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItem#field-totalTaxSet) * {}[OrderTransaction.transactionAmount](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-transactionAmount) * ||-[ReturnFee.amountSet](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee#field-amountSet) * {}[ReturnFinancialSummary.restockingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-restockingFeeSubtotalSet) * {}[ReturnFinancialSummary.returnShippingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-returnShippingFeeSubtotalSet) * {}[ReturnFinancialSummary.returnSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-returnSubtotalSet) * {}[ReturnFinancialSummary.returnSubtotalWithCartDiscountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-returnSubtotalWithCartDiscountSet) * {}[ReturnFinancialSummary.returnTotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-returnTotalSet) * {}[ReturnFinancialSummary.returnTotalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-returnTotalTaxSet) * {}[ReturnRestockingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnRestockingFee#field-amountSet) * {}[ReturnShippingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnShippingFee#field-amountSet)