INPUT_OBJECT
UpdateRecurringServiceMutationInput
The input object that defines the fields for the updateRecurringService mutation.
link GraphQL Schema definition
- input UpdateRecurringServiceMutationInput {
- #   Whether or not this is enabled.
- : Boolean
- #   A descriptive name.
- : String
- #   How this is applied.
- : ServiceApplication
- #   The amount, in the smallest currency value (e.g. cents, pence, pesos.)
- : Int
- #   The ID of the company that this entity operates under.
- : Int64Bit
- #   The ID of a GeneralLedgerCode.
- : Int64Bit
- #   How often this service bills, in months.
- : Int
- #   The ID of a tax definition on a transaction.
- : Int64Bit
- #   The ID of a tax definition on a reversed transaction.
- : Int64Bit
- #   Unset the ID of a tax definition on a transaction.
- : Boolean
- #   Unset the ID of a tax definition on a reversed transaction.
- : Boolean
- #   The taxes applied when this service creates a transaction.
- : [ServiceTaxMutationInput]
- #   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
- #   Data to insert into custom fields.
- : [CustomFieldDataMutationInput]
- #   If IDs of `CustomField` objects that are associated with this entity are 
- #   provided here, they will be unset and removed. You cannot unset data where the 
- #   `CustomField` property `required` is set to `true`.
- : [Int64Bit]
- #   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
- }