Home > @infiniteobjects/shopify-data-manager > AdminTypes > SuggestedOrderTransaction
A suggested transaction. Suggested transaction are usually used in the context of refunds and exchanges.
Signature:
export interface SuggestedOrderTransaction
| Property | Modifiers | Type | Description |
|---|---|---|---|
| accountNumber? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The masked account number associated with the payment method. | |
| amount | Scalars[‘Money’][‘output’] | The amount of the transaction. | |
| amountSet | MoneyBag | The amount and currency of the suggested order transaction in shop and presentment currencies. | |
| formattedGateway? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The human-readable payment gateway name suggested to process the transaction. | |
| gateway? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The suggested payment gateway used to process the transaction. | |
| kind | SuggestedOrderTransactionKind | `${SuggestedOrderTransactionKind}` | Specifies the kind of the suggested order transaction. | |
| maximumRefundable? | Maybe<Scalars[‘Money’][‘output’]> | (Optional) Specifies the available amount to refund on the gateway. Only available within SuggestedRefund. | |
| maximumRefundableSet? | Maybe<MoneyBag> | (Optional) Specifies the available amount to refund on the gateway in shop and presentment currencies. Only available within SuggestedRefund. | |
| parentTransaction? | Maybe<OrderTransaction> | (Optional) The associated parent transaction, for example the authorization of a capture. |