INPUT_OBJECT

AttemptBillingInvoicePaymentMutationInput

Autogenerated input type of AttemptBillingInvoicePaymentMutation

link GraphQL Schema definition

  • input AttemptBillingInvoicePaymentMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID for retrieving the correct billing invoice
  • billingId: ID!
  • }