# SuggestedOrderTransaction - admin - OBJECT
Version: 2025-01

## Description
A suggested transaction. Suggested transaction are usually used in the context of refunds
and exchanges.

### Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.


## Fields
* [accountNumber](/docs/api/admin/2025-01/scalars/String): String - The masked account number associated with the payment method.
* [amount](/docs/api/admin/2025-01/scalars/Money): Money! - The amount of the transaction.
* [amountSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The amount and currency of the suggested order transaction in shop and presentment currencies.
* [formattedGateway](/docs/api/admin/2025-01/scalars/String): String - The human-readable payment gateway name suggested to process the transaction.
* [gateway](/docs/api/admin/2025-01/scalars/String): String - The suggested payment gateway used to process the transaction.
* [kind](/docs/api/admin/2025-01/enums/SuggestedOrderTransactionKind): SuggestedOrderTransactionKind! - Specifies the kind of the suggested order transaction.
* [maximumRefundable](/docs/api/admin/2025-01/scalars/Money): Money - Specifies the available amount to refund on the gateway. Only available within SuggestedRefund.
* [maximumRefundableSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag - Specifies the available amount to refund on the gateway in shop and presentment currencies. Only available within SuggestedRefund.
* [parentTransaction](/docs/api/admin/2025-01/objects/OrderTransaction): OrderTransaction - The associated parent transaction, for example the authorization of a capture.
* [paymentDetails](/docs/api/admin/2025-01/unions/PaymentDetails): PaymentDetails - The associated payment details related to the transaction.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples