INPUT_OBJECT

UpdateVoiceProviderRateChargePercentMutationInput

The input object that defines the fields for the updateVoiceProviderRateChargePercent mutation.

link GraphQL Schema definition

  • input UpdateVoiceProviderRateChargePercentMutationInput {
  • # The ID of a `VoiceProvider`.
  • voice_provider_id: Int64Bit!
  • # The percentage over the base rate to charge the customer.
  • charge_percent: Float!
  • }

link Require by