renewalMethod property

String? renewalMethod
getter/setter pair

The renewal method for this Registration.

Output only. Possible string values are:

  • "RENEWAL_METHOD_UNSPECIFIED" : The renewal method is undefined.
  • "AUTOMATIC_RENEWAL" : The domain is automatically renewed each year . To disable automatic renewals, export the domain by calling ExportRegistration .
  • "MANUAL_RENEWAL" : The domain must be explicitly renewed each year before its expire_time. This option is only available when the Registration is in state EXPORTED. To manage the domain's current billing and renewal settings, go to Google Domains.

Implementation

core.String? renewalMethod;