--- title: MoneyBag - Customer API description: >- A collection of monetary values in their respective currencies. Used throughout the API for multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice. The `presentmentMoney` field contains the amount in the customer's selected currency. The `shopMoney` field contains the equivalent in the shop's base 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. Used throughout the API for multi-currency pricing and transactions, when an amount in the shop's currency is converted to the customer's currency of choice. The `presentmentMoney` field contains the amount in the customer's selected currency. The `shopMoney` field contains the equivalent in the shop's base 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)