paymentPlan property
Describes how a reseller will be billed. Possible string values are:
- "PAYMENT_PLAN_UNSPECIFIED" : Not used.
- "COMMITMENT" : Commitment.
- "FLEXIBLE" : No commitment.
- "FREE" : Free.
- "TRIAL" : Trial.
- "OFFLINE" : Price and ordering not available through API.
Implementation
core.String? paymentPlan;