INPUT_OBJECT
The input object that defines the fields for the deleteAccountService mutation.
input DeleteAccountServiceMutationInput {# Whether or not to prorate the transaction.prorate: Boolean# The date to prorate the transaction as of.proration_date: Date}