RegistrarApiTransferInDomainRequest: {
    administrativeContact?: NewContact;
    administrativeContactId?: string;
    domains: TransferInDomainRequestTransferRequest[];
    ownerContact?: NewContact;
    ownerContactId?: string;
    projectId?: string;
    technicalContact?: NewContact;
    technicalContactId?: string;
}

Type declaration

  • OptionaladministrativeContact?: NewContact

    One-of ('administrativeContactType'): at most one of 'administrativeContactId', 'administrativeContact' could be set.

  • OptionaladministrativeContactId?: string

    One-of ('administrativeContactType'): at most one of 'administrativeContactId', 'administrativeContact' could be set.

  • domains: TransferInDomainRequestTransferRequest[]
  • OptionalownerContact?: NewContact

    One-of ('ownerContactType'): at most one of 'ownerContactId', 'ownerContact' could be set.

  • OptionalownerContactId?: string

    One-of ('ownerContactType'): at most one of 'ownerContactId', 'ownerContact' could be set.

  • OptionalprojectId?: string
  • OptionaltechnicalContact?: NewContact

    One-of ('technicalContactType'): at most one of 'technicalContactId', 'technicalContact' could be set.

  • OptionaltechnicalContactId?: string

    One-of ('technicalContactType'): at most one of 'technicalContactId', 'technicalContact' could be set.