transferLockState property

String? transferLockState
getter/setter pair

Controls whether the domain can be transferred to another registrar. Possible string values are:

  • "TRANSFER_LOCK_STATE_UNSPECIFIED" : The state is unspecified.
  • "UNLOCKED" : The domain is unlocked and can be transferred to another registrar.
  • "LOCKED" : The domain is locked and cannot be transferred to another registrar.

Implementation

core.String? transferLockState;