INPUT_OBJECT
UpdateInvoiceTemplateMutationInput
The input object that defines the fields for the updateInvoiceTemplate mutation.
link GraphQL Schema definition
- input UpdateInvoiceTemplateMutationInput {
- # A descriptive name.
- String :
- # Whether or not this is enabled.
- Boolean :
- # IDs of `Companies`.
- Int64Bit] : [
- # IDs of `AccountType`s.
- Int64Bit] : [
- # The content of an Invoice Template which includes a remittance slip.
- Clob :
- # The content of an Invoice Template which does not include a remittance slip.
- Clob :
- # A note about this entity.
- NoteMutationInput :
- }