Search:

OBJECT

PaymentProcessResult

The result of a request to process a payment.

link GraphQL Schema definition

  • type PaymentProcessResult {
  • Errors: [PaymentError]
  • TxnArray: [Txn]
  • SentReceipt: Boolean
  • # A list of suggested recipients of the email.
  • SendReceiptTo: [String]
  • }

link Require by

Go Live