INPUT_OBJECT
UpdateVoiceServiceGenericParameterMutationInput
The input object that defines the fields for the updateVoiceServiceGenericParameter mutation.
link GraphQL Schema definition
- input UpdateVoiceServiceGenericParameterMutationInput {
- # A human readable description.
- : String
- # The price per unit of this item.
- : Int
- # The taxes applied when this voice service generic parameter creates a
- # transaction.
- : [VoiceServiceGenericParameterTaxMutationInput]
- # 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
- # A note about this entity.
- : NoteMutationInput
- }