INPUT_OBJECT
CreateVoiceProviderRateImportMutationInput
The input object that defines the fields for the createVoiceProviderRateImport mutation.
link GraphQL Schema definition
- input CreateVoiceProviderRateImportMutationInput {
- # The ID of a `VoiceProvider`.
- Int64Bit! :
- # The percentage over the base rate to charge the customer.
- Float! :
- # The rates for a voice provider.
- CreateVoiceProviderRecordMutationInput]! : [
- # A note about this entity.
- NoteMutationInput :
- # A single file to associate with this object. Any existing file will be
- # overwritten.
- AssociateFileMutationInput :
- }