INPUT_OBJECT

DeleteAccountServiceMutationInput

The input object that defines the fields for the deleteAccountService mutation.

link GraphQL Schema definition

  • input DeleteAccountServiceMutationInput {
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • # The date to prorate the transaction as of.
  • proration_date: Date
  • }

link Require by