INPUT_OBJECT
CreateVoiceServiceMutationInput
The input object that defines the fields for the createVoiceService mutation.
link GraphQL Schema definition
- input CreateVoiceServiceMutationInput {
- # The ID of the entity.
- Int64Bit :
- # The sub type of this voice service.
- VoiceServiceDetailSubType! :
- # Whether or not this is enabled.
- Boolean! :
- # A descriptive name.
- String! :
- # How this is applied.
- ServiceApplication! :
- # The amount, in the smallest currency value (e.g. cents, pence, pesos.)
- Int! :
- # The ID of the company that this entity operates under.
- Int64Bit :
- # The ID of a GeneralLedgerCode.
- Int64Bit :
- # How often this service bills, in months.
- Int! :
- # The taxes applied when this service creates a transaction.
- ServiceTaxMutationInput] : [
- # Whether this service provides unlimited local minutes.
- Boolean! :
- # The quantity of free local minutes provided, if `unlimited_local_minutes` is
- # false.
- Int :
- # The cost per minute for local calls, in thousandths of the smallest currency
- # value (e.g. cents, pence, pesos.).
- Int :
- # Whether this service provides unlimited long distance minutes.
- Boolean! :
- # The quantity of free long distance minutes provided, if
- # `unlimited_long_distance_minutes` is false.
- Int :
- # The cost per minute for long distance calls, in thousandths of the smallest
- # currency value (e.g. cents, pence, pesos.).
- Int :
- # If a customer has a toll free number, this is the rate charged to them for
- # inbound calls, in thousandths of the smallest currency value (e.g. cents, pence,
- # pesos.).
- Int! :
- # This is the minimum amount of time the customer will be charged for a call.
- Int! :
- # After the `first_interval_in_seconds` time is exceeded, this is the minimum
- # amount of subsequent time. For example, if `first_interval_in_seconds` is 30,
- # and `sub_interval_in_seconds` is 6, then a 31 second call would be charged at 36
- # seconds, and a 37 second call would be charged at 42 seconds.
- Int! :
- # A two character country code.
- Country! :
- # Which prefixes should be treated as local for this voice service.
- Numeric] : [
- # The ID of a tax definition on a transaction.
- Int64Bit :
- # The ID of a tax definition on a reversed transaction.
- Int64Bit :
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # Attributes specific to a voice service that establish baseline prices of each.
- VoiceServiceGenericParameterMutationInput]! : [
- # If the amount for this service is zero, it will still display on invoices.
- Boolean :
- # Indicates if Call Detail Records (CDRs) for this service should be displayed on
- # an invoice.
- Boolean :
- # Hide parameters of this service on customer invoices/statements and in the
- # customer portal.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- }