INPUT_OBJECT
CreateDataServiceMutationInput
The input object that defines the fields for the createDataService mutation.
link GraphQL Schema definition
- input CreateDataServiceMutationInput {
- # The ID of the entity.
- Int64Bit :
- # 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] : [
- # The download speed of the service in kilobits per second.
- Int! :
- # The upload speed of the service in kilobits per second.
- Int! :
- # The FCC technology code for the service. Only relevant to US ISPs filing FCC
- # Form 477.
- TechnologyCode! :
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # The global service profile name for this service if using Telrad provisioning.
- String :
- # The ID of a `UsageBasedBillingPolicy`.
- Int64Bit :
- # If the amount for this service is zero, it will still display on invoices.
- Boolean :
- # The ID of a tax definition on a transaction.
- Int64Bit :
- # The ID of a tax definition on a reversed transaction.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- }