INPUT_OBJECT
UpdateGeneralLedgerCodeMutationInput
The input object that defines the fields for the updateGeneralLedgerCode mutation.
link GraphQL Schema definition
- input UpdateGeneralLedgerCodeMutationInput {
- # A code for this general ledger code. This is typically numeric, but does not
- # have to be.
- : String
- # A human readable description for this general ledger code (e.g. Internet
- # Services.)
- : String
- # A note about this entity.
- : NoteMutationInput
- }