GetPrimaryContactResult

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.

Constructors

Link copied to clipboard
constructor(accountId: String, addressLine1: String, addressLine2: String, addressLine3: String, city: String, companyName: String, countryCode: String, districtOrCounty: String, fullName: String, id: String, phoneNumber: String, postalCode: String, stateOrRegion: String, websiteUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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 city 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 full name of the primary contact address.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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.