INPUT_OBJECT
UpdateAdjustmentServiceMutationInput
The input object that defines the fields for the updateAdjustmentService mutation.
link GraphQL Schema definition
- input UpdateAdjustmentServiceMutationInput {
- # Whether or not this is enabled.
- Boolean :
- # A descriptive name.
- String :
- # How this is applied.
- ServiceApplication :
- # The ID of the company that this entity operates under.
- Int64Bit :
- # The ID of a GeneralLedgerCode.
- Int64Bit :
- # The taxes applied when this service creates a transaction.
- ServiceTaxMutationInput] : [
- # The amount that can be adjusted using this service within the period defined in
- # `adjustment_service_days`.
- Int :
- # The period of time in which transactions are tracked to calculate against the
- # total defined in `adjustment_service_amount`.
- Int :
- # The ID of a tax definition on a transaction.
- Int64Bit :
- # The ID of a tax definition on a reversed transaction.
- Int64Bit :
- # The IDs of `Role`s that are allowed to use this adjustment service.
- Int64Bit] : [
- # Setting this value to `true` will set `tax_definition_id` to null.
- Boolean :
- # Setting this value to `true` will set `reverse_tax_definition_id` to null.
- Boolean :
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # If the amount for this service is zero, it will still display on invoices.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `general_ledger_code_id` to null.
- Boolean :
- # Setting this value to `true` will set `company_id` to null.
- Boolean :
- # Setting this value to `true` will set `amount` to null.
- Boolean :
- # Setting this value to `true` will set `days` to null.
- Boolean :
- }