// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package marketplacecommerceanalytics type DataSetType string // Enum values for DataSetType const ( DataSetTypeCustomerSubscriberHourlyMonthlySubscriptions DataSetType = "customer_subscriber_hourly_monthly_subscriptions" DataSetTypeCustomerSubscriberAnnualSubscriptions DataSetType = "customer_subscriber_annual_subscriptions" DataSetTypeDailyBusinessUsageByInstanceType DataSetType = "daily_business_usage_by_instance_type" DataSetTypeDailyBusinessFees DataSetType = "daily_business_fees" DataSetTypeDailyBusinessFreeTrialConversions DataSetType = "daily_business_free_trial_conversions" DataSetTypeDailyBusinessNewInstances DataSetType = "daily_business_new_instances" DataSetTypeDailyBusinessNewProductSubscribers DataSetType = "daily_business_new_product_subscribers" DataSetTypeDailyBusinessCanceledProductSubscribers DataSetType = "daily_business_canceled_product_subscribers" DataSetTypeMonthlyRevenueBillingAndRevenueData DataSetType = "monthly_revenue_billing_and_revenue_data" DataSetTypeMonthlyRevenueAnnualSubscriptions DataSetType = "monthly_revenue_annual_subscriptions" DataSetTypeMonthlyRevenueFieldDemonstrationUsage DataSetType = "monthly_revenue_field_demonstration_usage" DataSetTypeMonthlyRevenueFlexiblePaymentSchedule DataSetType = "monthly_revenue_flexible_payment_schedule" DataSetTypeDisbursedAmountByProduct DataSetType = "disbursed_amount_by_product" DataSetTypeDisbursedAmountByProductWithUncollectedFunds DataSetType = "disbursed_amount_by_product_with_uncollected_funds" DataSetTypeDisbursedAmountByInstanceHours DataSetType = "disbursed_amount_by_instance_hours" DataSetTypeDisbursedAmountByCustomerGeo DataSetType = "disbursed_amount_by_customer_geo" DataSetTypeDisbursedAmountByAgeOfUncollectedFunds DataSetType = "disbursed_amount_by_age_of_uncollected_funds" DataSetTypeDisbursedAmountByAgeOfDisbursedFunds DataSetType = "disbursed_amount_by_age_of_disbursed_funds" DataSetTypeDisbursedAmountByAgeOfPastDueFunds DataSetType = "disbursed_amount_by_age_of_past_due_funds" DataSetTypeDisbursedAmountByUncollectedFundsBreakdown DataSetType = "disbursed_amount_by_uncollected_funds_breakdown" DataSetTypeCustomerProfileByIndustry DataSetType = "customer_profile_by_industry" DataSetTypeCustomerProfileByRevenue DataSetType = "customer_profile_by_revenue" DataSetTypeCustomerProfileByGeography DataSetType = "customer_profile_by_geography" DataSetTypeSalesCompensationBilledRevenue DataSetType = "sales_compensation_billed_revenue" DataSetTypeUsSalesAndUseTaxRecords DataSetType = "us_sales_and_use_tax_records" ) func (enum DataSetType) MarshalValue() (string, error) { return string(enum), nil } func (enum DataSetType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type SupportDataSetType string // Enum values for SupportDataSetType const ( SupportDataSetTypeCustomerSupportContactsData SupportDataSetType = "customer_support_contacts_data" SupportDataSetTypeTestCustomerSupportContactsData SupportDataSetType = "test_customer_support_contacts_data" ) func (enum SupportDataSetType) MarshalValue() (string, error) { return string(enum), nil } func (enum SupportDataSetType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }