GetRegistrarDomainsResultTransferIn

data class GetRegistrarDomainsResultTransferIn(val acceptFoa: String, val approveTransfer: String, val canCancelTransfer: Boolean, val disablePrivacy: String, val enterAuthCode: String, val unlockDomain: String)

Constructors

Link copied to clipboard
constructor(acceptFoa: String, approveTransfer: String, canCancelTransfer: Boolean, disablePrivacy: String, enterAuthCode: String, unlockDomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Form of authorization has been accepted by the registrant. Available values: "needed", "ok".

Link copied to clipboard

Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".

Link copied to clipboard

Indicates if cancellation is still possible.

Link copied to clipboard

Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".

Link copied to clipboard

Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".

Link copied to clipboard

Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".