renewalType property
Installments base plan renewal type.
Determines the behavior at the end of the initial commitment. The renewal type is immutable after the base plan is created.
Required. Immutable. Possible string values are:
- "RENEWAL_TYPE_UNSPECIFIED" : Unspecified state.
- "RENEWAL_TYPE_RENEWS_WITHOUT_COMMITMENT" : Renews periodically for the billing period duration without commitment.
- "RENEWAL_TYPE_RENEWS_WITH_COMMITMENT" : Renews with the commitment of the same duration as the initial one.
Implementation
core.String? renewalType;