Skip to content

createRequestedPaymentPayload

Autogenerated return type of createRequestedPayment.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createRequestedPayment.
"""
type createRequestedPaymentPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
requestedPayment: RequestedPayment
}