INPUT_OBJECT

CreateVoiceProviderRateImportFlatfileMutationInput

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

link GraphQL Schema definition

  • input CreateVoiceProviderRateImportFlatfileMutationInput {
  • # The ID of a `VoiceProvider`.
  • voice_provider_id: Int64Bit!
  • # The percentage over the base rate to charge the customer.
  • charge_percent: Float!
  • # The identifier of a unique batch at Flatfile.
  • flatfile_batch_identifier: String!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by