# ReturnRefundOrderTransactionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create order transactions when refunding a return. ### Access Scopes ## Fields * [parentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the parent order transaction. The transaction must be of kind `CAPTURE` or a `SALE`. * [transactionAmount](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The amount of money for the transaction in the presentment currency of the order. ## Input objects with this input object * [ReturnRefundInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput) ## Examples