RegistrarApiTradeDomainRequest: {
    domain: string;
    newOwnerContact?: NewContact;
    newOwnerContactId?: string;
    projectId?: string;
}

Type declaration

  • domain: string
  • OptionalnewOwnerContact?: NewContact

    One-of ('newOwnerContactType'): at most one of 'newOwnerContactId', 'newOwnerContact' could be set.

  • OptionalnewOwnerContactId?: string

    One-of ('newOwnerContactType'): at most one of 'newOwnerContactId', 'newOwnerContact' could be set.

  • OptionalprojectId?: string