renewalMethod property
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, delete the resource by calling
DeleteRegistration
or export it by callingExportRegistration
. - "MANUAL_RENEWAL" : The domain must be explicitly renewed each year
before its
expire_time
. This option is only available when theRegistration
is in stateEXPORTED
. To manage the domain's current billing and renewal settings, go to Google Domains.
Implementation
core.String? renewalMethod;