OBJECT

updateStripeCustomerDetailPayload

Autogenerated return type of updateStripeCustomerDetail.

link GraphQL Schema definition

  • type updateStripeCustomerDetailPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • stripe_customer_detail: StripeCustomerDetail
  • }