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`.
- : Int64Bit!
- # The percentage over the base rate to charge the customer.
- : Float!
- # The identifier of a unique batch at Flatfile.
- : String!
- # A note about this entity.
- : NoteMutationInput
- }