Skip to content

updateStripeCustomerDetailPayload

Autogenerated return type of updateStripeCustomerDetail.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateStripeCustomerDetail.
"""
type updateStripeCustomerDetailPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
stripe_customer_detail: StripeCustomerDetail
}