renewalType property

String? renewalType
getter/setter pair

Installments base plan renewal type.

Determines the behavior at the end of the initial commitment.

Required. 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;