DataSetType enum

Inheritance

Constructors

DataSetType()
const

Values

customerSubscriberHourlyMonthlySubscriptions → const DataSetType
customerSubscriberAnnualSubscriptions → const DataSetType
dailyBusinessUsageByInstanceType → const DataSetType
dailyBusinessFees → const DataSetType
dailyBusinessFreeTrialConversions → const DataSetType
dailyBusinessNewInstances → const DataSetType
dailyBusinessNewProductSubscribers → const DataSetType
dailyBusinessCanceledProductSubscribers → const DataSetType
monthlyRevenueBillingAndRevenueData → const DataSetType
monthlyRevenueAnnualSubscriptions → const DataSetType
monthlyRevenueFieldDemonstrationUsage → const DataSetType
monthlyRevenueFlexiblePaymentSchedule → const DataSetType
disbursedAmountByProduct → const DataSetType
disbursedAmountByProductWithUncollectedFunds → const DataSetType
disbursedAmountByInstanceHours → const DataSetType
disbursedAmountByCustomerGeo → const DataSetType
disbursedAmountByAgeOfUncollectedFunds → const DataSetType
disbursedAmountByAgeOfDisbursedFunds → const DataSetType
disbursedAmountByAgeOfPastDueFunds → const DataSetType
disbursedAmountByUncollectedFundsBreakdown → const DataSetType
customerProfileByIndustry → const DataSetType
customerProfileByRevenue → const DataSetType
customerProfileByGeography → const DataSetType
salesCompensationBilledRevenue → const DataSetType
usSalesAndUseTaxRecords → const DataSetType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DataSetType>
A constant List of the values in this enum, in order of their declaration.