OBJECT
ChargeModelPlanInterval
ChargeModelPlanInterval is the time interval for the charge model.
link GraphQL Schema definition
1 type ChargeModelPlanInterval { 2 3 # The duration of the charge model interval (used with the unit). 4 : Int! 5 6 # The unit of the charge model interval. 7 : ChargeModelPlanIntervalUnit! 8 9 }