--- 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-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/MoneyBag' md: 'https://shopify.dev/docs/api/customer/2025-01/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/2025-01/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/2025-01/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 * {}[OrderTransaction.transactionAmount](https://shopify.dev/docs/api/customer/2025-01/objects/OrderTransaction#field-OrderTransaction.fields.transactionAmount)