Get Primary Contact Result
data class GetPrimaryContactResult(val accountId: String, val addressLine1: String, val addressLine2: String, val addressLine3: String, val city: String, val companyName: String, val countryCode: String, val districtOrCounty: String, val fullName: String, val id: String, val phoneNumber: String, val postalCode: String, val stateOrRegion: String, val websiteUrl: String)
A collection of values returned by getPrimaryContact.
Properties
Link copied to clipboard
The first line of the primary contact address.
Link copied to clipboard
The second line of the primary contact address.
Link copied to clipboard
The third line of the primary contact address.
Link copied to clipboard
The name of the company associated with the primary contact information.
Link copied to clipboard
The ISO-3166 two-letter country code for the primary contact address.
Link copied to clipboard
The district or county of the primary contact address.
Link copied to clipboard
The phone number of the primary contact information.
Link copied to clipboard
The postal code of the primary contact address.
Link copied to clipboard
The state or region of the primary contact address.
Link copied to clipboard
The URL of the website associated with the primary contact information.