ENUM
ServiceApplication
Whether or not this Service
is applied as a Debit
or creates a Discount
.
link GraphQL Schema definition
- enum ServiceApplication {
- # A credit/discount
- # A debit/charge
- }
link Require by
- AccountGroupAn account group.
- AccountServiceThe relationship between an `Account` and a `Service`.
- AddressListAn address list defines some criteria by which to group accounts for network policy enforcement.
- AdjustmentServiceDetailDetails about an adjustment `Service`.
- BillingServiceThe service items and overrides for linked billing defaults.
- BillingSettingBilling configuration settings.
- CallDetailRecordA call detail record (CDR).
- CompanyA company you do business as.
- CreateAdjustmentServiceMutationInputThe input object that defines the fields for the createAdjustmentService mutation.
- CreateDataServiceMutationInputThe input object that defines the fields for the createDataService mutation.
- CreateExpiringServiceMutationInputThe input object that defines the fields for the createExpiringService mutation.
- CreateOneTimeServiceMutationInputThe input object that defines the fields for the createOneTimeService mutation.
- CreateOverageServiceMutationInputThe input object that defines the fields for the createOverageService mutation.
- CreateRecurringServiceMutationInputThe input object that defines the fields for the createRecurringService mutation.
- CreateVoiceServiceMutationInputThe input object that defines the fields for the createVoiceService mutation.
- DataServiceDetailDetails regarding a specific data `Service`.
- DebitA debit.
- DidAssignmentA direct inward dial (DID) assignment.
- DidAssignmentHistoryA historical record of a direct inward dial (DID) assignment.
- DiscountA discount.
- ExpiringServiceDetailDetails regarding a specific expiring `Service`.
- GeneralLedgerCodeA general ledger code.
- IntegrationServiceMappingAn entity which maps a service to a vendor specific service name
- JobServiceA `Service` associated with a `Job`.
- JobTypeThe type of a `Job`.
- OverageServiceDetailDetails regarding a specific overage `Service`.
- PackageServiceThe relationship between a `Package` and a `Service`.
- Querynull
- RadiusGroupA RADIUS group.
- RecurringServiceDetailDetails regarding a specific recurring `Service`.
- ServiceA service.
- ServiceMetadataFields that store metadata about individual instances of `Service`s.
- ServiceTaxThe relationship between a `Service` and a `Tax`.
- ServiceTaxDefinitionThe relationship between a `Service` and a `TaxDefinition`.
- UpdateAdjustmentServiceMutationInputThe input object that defines the fields for the updateAdjustmentService mutation.
- UpdateDataServiceMutationInputThe input object that defines the fields for the updateDataService mutation.
- UpdateExpiringServiceMutationInputThe input object that defines the fields for the updateExpiringService mutation.
- UpdateOneTimeServiceMutationInputThe input object that defines the fields for the updateOneTimeService mutation.
- UpdateOverageServiceMutationInputThe input object that defines the fields for the updateOverageService mutation.
- UpdateRecurringServiceMutationInputThe input object that defines the fields for the updateRecurringService mutation.
- UpdateVoiceServiceMutationInputThe input object that defines the fields for the updateVoiceService mutation.
- UsageBasedBillingPolicyA usage based billing policy.
- VendorItemAn item that can be purchased from a particular vendor.
- VoiceServiceDetailDetails regarding a specific voice `Service`.