transferLockState property
Indicates whether the domain is protected by a transfer lock.
For a transfer to succeed, this must show UNLOCKED
. To unlock a domain,
go to its current 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;