TransactionEventInput
No description
input TransactionEventInput {
pspReference: String
message: String
}
Fields
TransactionEventInput.pspReference ● String scalar
PSP Reference related to this action.
Added in Saleor 3.13
TransactionEventInput.message ● String scalar
The message related to the event.
Added in Saleor 3.13
Member of
transactionCreate mutation ● transactionUpdate mutation