stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderTransactionInput

AdminTypes.OrderTransactionInput interface

The input fields for the information needed to create an order transaction.

Signature:

export interface OrderTransactionInput 

Properties

Property Modifiers Type Description
amount   Scalars[‘Money’][‘input’] The amount of money for this transaction.
gateway   Scalars[‘String’][‘input’] The payment gateway to use for this transaction.
kind   OrderTransactionKind | `${OrderTransactionKind}` The kind of transaction.
orderId   Scalars[‘ID’][‘input’] The ID of the order associated with the transaction.
parentId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the optional parent transaction, for example the authorization of a capture.