INPUT_OBJECT
CreateAdjustmentServiceMutationInput
The input object that defines the fields for the createAdjustmentService mutation.
link GraphQL Schema definition
- input CreateAdjustmentServiceMutationInput {
- # The ID of the entity.
- Int64Bit :
- # 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]! : [
- # 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 :
- }