INPUT_OBJECT
The input object that defines the fields for the updateVoiceProviderRate mutation.
input UpdateVoiceProviderRateMutationInput {# 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}