OBJECT

ChargeModelPlanInterval

ChargeModelPlanInterval is the time interval for the charge model.

link GraphQL Schema definition

1type ChargeModelPlanInterval {
2
3# The duration of the charge model interval (used with the unit).
4duration: Int!
5
6# The unit of the charge model interval.
7unit: ChargeModelPlanIntervalUnit!
8
9}