OrderTransactionInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for the information needed to create an order transaction.
Access Scopes
Fields
-
amount:
Money! -
The amount of money for this transaction.
-
gateway:
String! -
The payment gateway to use for this transaction.
-
kind:
OrderTransactionKind! -
The kind of transaction.
-
orderId:
ID! -
The ID of the order associated with the transaction.
-
parentId:
ID -
The ID of the optional parent transaction, for example the authorization of a capture.
Input objects with this input object
Examples