INPUT_OBJECT

CreateVoiceProviderRateMutationInput

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

link GraphQL Schema definition

  • input CreateVoiceProviderRateMutationInput {
  • # The ID of a `VoiceProvider`.
  • voice_provider_id: Int64Bit!
  • # The prefix for the rate.
  • prefix: String!
  • # The description for the rate.
  • description: String
  • # The rate that is imported from a rate deck.
  • base_rate: Float!
  • # The percentage over the base rate to charge the customer.
  • charge_percent: Float!
  • }

link Require by