# MoneyBagInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description An input collection of monetary values in their respective currencies. Represents an amount in the shop's currency and the amount as converted to the customer's currency of choice (the presentment currency). ### Access Scopes ## Fields * [presentmentMoney](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput - Amount in presentment currency. If this isn't given then we assume that the presentment currency is the same as the shop's currency. * [shopMoney](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - Amount in shop currency. ## Input objects with this input object * [OrderCreateFixedDiscountCodeAttributesInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateFixedDiscountCodeAttributesInput) * [OrderCreateLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateLineItemInput) * [OrderCreateOrderTransactionInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderTransactionInput) * [OrderCreateShippingLineInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateShippingLineInput) * [OrderCreateTaxLineInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateTaxLineInput) ## Examples