stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MoneyBag

AdminTypes.MoneyBag interface

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 

Properties

Property Modifiers Type Description
presentmentMoney   MoneyV2 Amount in presentment currency.
shopMoney   MoneyV2 Amount in shop currency.