IAccountContactInformation
Interface in AWS.Account
Interface for Account ContactInformation.
Properties
AddressLine1
property AddressLine1: string
The first line of the primary contact address.
Required: Yes.
AddressLine2
property AddressLine2: string
The second line of the primary contact address.
Required: No.
AddressLine3
property AddressLine3: string
The third line of the primary contact address.
Required: No.
City
property City: string
The city of the primary contact address.
Required: Yes.
CompanyName
property CompanyName: string
The name of the company associated with the primary contact.
Required: No.
CountryCode
property CountryCode: string
The ISO-3166 two-letter country code for the primary contact address.
Required: No.
DistrictOrCounty
property DistrictOrCounty: string
The district or county of the primary contact address.
Required: No.
FullName
property FullName: string
The full name of the primary contact.
Required: Yes.
PhoneNumber
property PhoneNumber: string
The phone number associated with the primary contact.
Required: Yes.
PostalCode
property PostalCode: string
The postal code of the primary contact address.
Required: Yes.
StateOrRegion
property StateOrRegion: string
The state or region of the primary contact address.
Required: No.
WebsiteUrl
property WebsiteUrl: string
The URL of a website associated with the primary contact.
Required: No.