INPUT_OBJECT
VoiceServiceGenericParameterMutationInput
The input object that defines the fields for the createVoiceServiceGenericParameter mutation.
link GraphQL Schema definition
- input VoiceServiceGenericParameterMutationInput {
- # The type.
- VoiceServiceGenericParameterType! :
- # A human readable description.
- String! :
- # The price per unit of this item.
- Int! :
- # The ID of a tax definition on a transaction.
- Int64Bit :
- # The ID of a tax definition on a reversed transaction.
- Int64Bit :
- # Indicates if changes to this entity trigger proration.
- Boolean! :
- }