 
    
    Search: 
OBJECT
PaymentProcessResult
The result of a request to process a payment.
link GraphQL Schema definition
- type PaymentProcessResult {
- : [PaymentError] 
- : [Txn] 
- : Boolean 
- #   A list of suggested recipients of the email.
- : [String] 
- }
 
    
OBJECT
The result of a request to process a payment.
- type PaymentProcessResult {
- Errors: [PaymentError] 
- TxnArray: [Txn] 
- SentReceipt: Boolean 
- #   A list of suggested recipients of the email.
- SendReceiptTo: [String] 
- }