INPUT_OBJECT
UpdateAccountVoiceServiceDetailMutationInput
The input object that defines the fields for the updateAccountVoiceServiceDetail mutation.
link GraphQL Schema definition
- input UpdateAccountVoiceServiceDetailMutationInput {
- # The quantity for this service.
- Int :
- # The amount that this service price has been overridden to. If this is null, then
- # the service price is used.
- Int :
- # The reason that the price of a service has been overridden.
- String :
- # Whether or not to prorate the transaction.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `price_override` to null.
- Boolean :
- # Setting this value to `true` will set `price_override_reason` to null.
- Boolean :
- }