public sealed class TransferParameters : IMessage<TransferParameters>, IEquatable<TransferParameters>, IDeepCloneable<TransferParameters>, IBufferMessage, IMessage
Parameters required to transfer a domain from another registrar.
public TransferLockState TransferLockState { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eTransferParameters\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Domains.V1Beta1\u003c/code\u003e namespace, which is used to define the parameters required for transferring a domain from one registrar to another.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransferParameters\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTransferParameters\u003c/code\u003e class include \u003ccode\u003eCurrentRegistrar\u003c/code\u003e (the domain's current registrar), \u003ccode\u003eDomainName\u003c/code\u003e (the domain's name in Punycode format), \u003ccode\u003eNameServers\u003c/code\u003e (the domain's current name servers), \u003ccode\u003eSupportedPrivacy\u003c/code\u003e (contact privacy options), \u003ccode\u003eTransferLockState\u003c/code\u003e (the transfer lock status), and \u003ccode\u003eYearlyPrice\u003c/code\u003e (the yearly transfer/renewal cost).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eTransferParameters\u003c/code\u003e, one that is parameterless, and one that allows an instance of \u003ccode\u003eTransferParameters\u003c/code\u003e to be provided, allowing it to be copied.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this reference available, ranging from 1.0.0-beta04, up to the latest version of 2.0.0-beta05.\u003c/p\u003e\n"]]],[],null,[]]