> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MoneyInput

> A monetary amount to set: an exact decimal plus an ISO 4217 currency.

<ResponseField name="amount" type={<a href="/docs/api-reference/v3/reference/common/decimal">Decimal!</a>} required>
  The amount as an exact decimal string (e.g. "19.99").
</ResponseField>

<ResponseField name="currency" type="String!" required>
  ISO 4217 currency code (e.g. USD).
</ResponseField>
