INPUT_OBJECT
CreateVoiceServiceGenericParameterMutationInput
The input object that defines the fields for the createVoiceServiceGenericParameter mutation.
link GraphQL Schema definition
- input CreateVoiceServiceGenericParameterMutationInput {
- # The ID of the `VoiceServiceDetail`.
- Int64Bit! :
- # A human readable description.
- String! :
- # The price per unit of this item.
- Int! :
- # The default quantity of this item.
- Int :
- # The quantity of this item that will be added to accounts with the related voice
- # service at the time of the item's creation.
- 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 :
- # Indicates if changes to this entity trigger proration.
- Boolean! :
- # Whether or not to prorate the transaction.
- Boolean :
- # The date to prorate the transaction as of.
- Date :
- # A note about this entity.
- NoteMutationInput :
- }