RegisterDomainRequest class

Request for the RegisterDomain method.

Constructors

RegisterDomainRequest({List<String>? contactNotices, List<String>? domainNotices, Registration? registration, bool? validateOnly, Money? yearlyPrice})
RegisterDomainRequest.fromJson(Map json_)

Properties

contactNotices List<String>?
The list of contact notices that the caller acknowledges.
getter/setter pair
domainNotices List<String>?
The list of domain notices that you acknowledge.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
registration Registration?
The complete Registration resource to be created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateOnly bool?
When true, only validation is performed, without actually registering the domain.
getter/setter pair
yearlyPrice Money?
Yearly price to register or renew the domain.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited