RegisterDomainRequest constructor

RegisterDomainRequest({
  1. List<String>? contactNotices,
  2. List<String>? domainNotices,
  3. Registration? registration,
  4. bool? validateOnly,
  5. Money? yearlyPrice,
})

Implementation

RegisterDomainRequest({
  this.contactNotices,
  this.domainNotices,
  this.registration,
  this.validateOnly,
  this.yearlyPrice,
});