Type Alias RegistrarApiTradeDomainRequest
RegistrarApiTradeDomainRequest: { domain: string; newOwnerContact?: NewContact; newOwnerContactId?: string; projectId?: string; } Type declaration
domain: string
Optional
newOwnerContact?: NewContact
Optional
newOwnerContactId?: string
Optional
projectId?: string
One-of ('newOwnerContactType'): at most one of 'newOwnerContactId', 'newOwnerContact' could be set.