Skip to content

cancelRecurringPaymentPayload

Autogenerated return type of cancelRecurringPayment.

Fields

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

Used By

Definition

"""
Autogenerated return type of cancelRecurringPayment.
"""
type cancelRecurringPaymentPayload {
billingItem: BillingItem
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}