Skip to main content

OrderTransaction

A transaction in an Order.

type OrderTransaction {
amount: Float!
authorizationCode: String
authorizationExpiresAt: Date
createdAt: Date!
currency: ResonanceCurrency!
currencyExchangeAdjustment: OrderTransactionCurrencyExchangeAdjustment
demandHqId: ID!
errorMessage: String
gateway: OrderTransactionGateway!
gatewayMessage: String
gatewayTransactionId: ID
orderId: ID!
orderTransactionId: ID!
orderTransactionType: OrderTransactionType!
processedAt: Date
updatedBy: ID!
}

Fields

OrderTransaction.amount ● Float! non-null scalar

OrderTransaction.authorizationCode ● String scalar

OrderTransaction.authorizationExpiresAt ● Date scalar

OrderTransaction.createdAt ● Date! non-null scalar

OrderTransaction.currency ● ResonanceCurrency! non-null enum

OrderTransaction.currencyExchangeAdjustment ● OrderTransactionCurrencyExchangeAdjustment object

OrderTransaction.demandHqId ● ID! non-null scalar

OrderTransaction.errorMessage ● String scalar

OrderTransaction.gateway ● OrderTransactionGateway! non-null enum

OrderTransaction.gatewayMessage ● String scalar

OrderTransaction.gatewayTransactionId ● ID scalar

OrderTransaction.orderId ● ID! non-null scalar

OrderTransaction.orderTransactionId ● ID! non-null scalar

OrderTransaction.orderTransactionType ● OrderTransactionType! non-null enum

OrderTransaction.processedAt ● Date scalar

OrderTransaction.updatedBy ● ID! non-null scalar

Returned by

createOrderTransaction mutation

Member of

OrderTransactionConnection object ● OrderTransactionEdge object