All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twilio.sdk.resource.instance.UsageCategory Maven / Gradle / Ivy

There is a newer version: 7.0.0-rc-10
Show newest version
package com.twilio.sdk.resource.instance;


/**
 * The Enum UsageCategory.
 *
 * For more information see https://www.twilio.com/docs/api/rest/usage-records#usage-categories
 *
 */
public enum UsageCategory {
    calleridlookups,
    calls, calls_client, calls_inbound, calls_inbound_local, calls_inbound_tollfree, calls_outbound,
    phonenumbers_local, phonenumbers, phonenumbers_tollfree,
    shortcodes, shortcodes_customerowned, shortcodes_random, shortcodes_vanity,
    sms, sms_inbound, sms_inbound_longcode, sms_inbound_shortcode, sms_outbound, sms_outbound_longcode,
    sms_outbound_shortcode,
    recordings, recordingstorage, transcriptions, totalprice,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy