--- 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-CalculatedReturnLineItem.fields.subtotalSet) * {}[CalculatedReturnLineItem.totalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/CalculatedReturnLineItem#field-CalculatedReturnLineItem.fields.totalTaxSet) * {}[OrderTransaction.transactionAmount](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-OrderTransaction.fields.transactionAmount) * ||-[ReturnFee.amountSet](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnFee#fields-amountSet) * {}[ReturnFinancialSummary.restockingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.restockingFeeSubtotalSet) * {}[ReturnFinancialSummary.returnShippingFeeSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnShippingFeeSubtotalSet) * {}[ReturnFinancialSummary.returnSubtotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnSubtotalSet) * {}[ReturnFinancialSummary.returnSubtotalWithCartDiscountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnSubtotalWithCartDiscountSet) * {}[ReturnFinancialSummary.returnTotalSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnTotalSet) * {}[ReturnFinancialSummary.returnTotalTaxSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnFinancialSummary#field-ReturnFinancialSummary.fields.returnTotalTaxSet) * {}[ReturnRestockingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnRestockingFee#field-ReturnRestockingFee.fields.amountSet) * {}[ReturnShippingFee.amountSet](https://shopify.dev/docs/api/customer/latest/objects/ReturnShippingFee#field-ReturnShippingFee.fields.amountSet)