Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundInput > currency
The currency that is used to refund the order. This must be the presentment currency, which is the currency used by the customer. This is a required field for orders where the currency and presentment currency differ.
Signature:
currency?: InputMaybe<CurrencyCode | `${CurrencyCode}`>;