OBJECT

ChargeModelPlan

ChargeModelPlan defines the payment plan of the charge model.

link GraphQL Schema definition

1type ChargeModelPlan {
2
3# The time interval for the charge model.
4interval: ChargeModelPlanInterval!
5
6# The renewal policy for the charge model.
7renewalPolicy: RenewalPolicy!
8
9}