OBJECT

createBillingItemPayload

Autogenerated return type of createBillingItem.

link GraphQL Schema definition

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