Home > @infiniteobjects/shopify-data-manager > AdminTypes > MoneyBag
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).
Signature:
export interface MoneyBag
Property | Modifiers | Type | Description |
---|---|---|---|
presentmentMoney | MoneyV2 | Amount in presentment currency. | |
shopMoney | MoneyV2 | Amount in shop currency. |