Documentation ¶
Index ¶
- Variables
- type DashboardARRBreakdownData
- type DashboardARRBreakdownPerMonthData
- type DashboardCustomerMapData
- type DashboardCustomerMapState
- type DashboardDashboardMRRPerCustomerData
- type DashboardDashboardMRRPerCustomerPerMonthData
- type DashboardGrossRevenueRetentionData
- type DashboardGrossRevenueRetentionPerMonthData
- type DashboardNewCustomerMonthData
- type DashboardNewCustomersData
- type DashboardRetentionRateData
- type DashboardRetentionRatePerMonthData
- type DashboardRevenueAtRiskData
Constants ¶
This section is empty.
Variables ¶
View Source
var DashboardCustomerMapStates = []DashboardCustomerMapState{ DashboardCustomerMapStateOk, DashboardCustomerMapStateAtRisk, DashboardCustomerMapStateChurned, DashboardCustomerMapStateHighRisk, DashboardCustomerMapStateMediumRisk, }
Functions ¶
This section is empty.
Types ¶
type DashboardARRBreakdownData ¶
type DashboardARRBreakdownData struct { ArrBreakdown float64 IncreasePercentage string Months []*DashboardARRBreakdownPerMonthData }
type DashboardCustomerMapData ¶
type DashboardCustomerMapData struct { OrganizationId string State DashboardCustomerMapState Arr float64 ContractSignedDate time.Time }
type DashboardCustomerMapState ¶
type DashboardCustomerMapState string
const ( DashboardCustomerMapStateOk DashboardCustomerMapState = "OK" //Deprecated DashboardCustomerMapStateAtRisk DashboardCustomerMapState = "AT_RISK" DashboardCustomerMapStateChurned DashboardCustomerMapState = "CHURNED" DashboardCustomerMapStateHighRisk DashboardCustomerMapState = "HIGH_RISK" DashboardCustomerMapStateMediumRisk DashboardCustomerMapState = "MEDIUM_RISK" )
type DashboardDashboardMRRPerCustomerData ¶
type DashboardDashboardMRRPerCustomerData struct { MrrPerCustomer float64 `json:"mrrPerCustomer"` IncreasePercentage string Months []*DashboardDashboardMRRPerCustomerPerMonthData }
type DashboardGrossRevenueRetentionData ¶
type DashboardGrossRevenueRetentionData struct { GrossRevenueRetention float64 IncreasePercentage float64 Months []*DashboardGrossRevenueRetentionPerMonthData }
type DashboardNewCustomersData ¶
type DashboardNewCustomersData struct { ThisMonthCount int ThisMonthIncreasePercentage string Months []*DashboardNewCustomerMonthData }
type DashboardRetentionRateData ¶
type DashboardRetentionRateData struct { RetentionRate float64 IncreasePercentage float64 Months []*DashboardRetentionRatePerMonthData }
Click to show internal directories.
Click to hide internal directories.