View Source GoogleApi.Domains.V1.Model.ManagementSettings (google_api_domains v0.12.2)
Defines renewal, billing, and transfer settings for a Registration
.
Attributes
-
effectiveTransferLockState
(type:String.t
, default:nil
) - Output only. The actual transfer lock state for thisRegistration
. -
preferredRenewalMethod
(type:String.t
, default:nil
) - Optional. The desired renewal method for thisRegistration
. The actualrenewal_method
is automatically updated to reflect this choice. If unset or equal toRENEWAL_METHOD_UNSPECIFIED
, the actualrenewalMethod
is treated as if it were set toAUTOMATIC_RENEWAL
. You cannot useRENEWAL_DISABLED
during resource creation, and you can update the renewal status only when theRegistration
resource has stateACTIVE
orSUSPENDED
. Whenpreferred_renewal_method
is set toAUTOMATIC_RENEWAL
, the actualrenewal_method
can be set toRENEWAL_DISABLED
in case of problems with the billing account or reported domain abuse. In such cases, check theissues
field on theRegistration
. After the problem is resolved, therenewal_method
is automatically updated topreferred_renewal_method
in a few hours. -
renewalMethod
(type:String.t
, default:nil
) - Output only. The actual renewal method for thisRegistration
. Whenpreferred_renewal_method
is set toAUTOMATIC_RENEWAL
, the actualrenewal_method
can be equal toRENEWAL_DISABLED
—for example, when there are problems with the billing account or reported domain abuse. In such cases, check theissues
field on theRegistration
. After the problem is resolved, therenewal_method
is automatically updated topreferred_renewal_method
in a few hours. -
transferLockState
(type:String.t
, default:nil
) - This is the desired transfer lock state for thisRegistration
. A transfer lock controls whether the domain can be transferred to another registrar. The transfer lock state of the domain is returned in theeffective_transfer_lock_state
property. The transfer lock state values might be different for the following reasons:transfer_lock_state
was updated only a short time ago. Domains with theTRANSFER_LOCK_UNSUPPORTED_BY_REGISTRY
state are in the list ofdomain_properties
. These domains are always in theUNLOCKED
state.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.