The AccountSummaryInformation type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | CountryCode |
Standard 2 letter ISO 3166-1 code of the country associated with the account owner
|
![]() |
Email address associated with the account owner
| |
![]() | FirstName |
The account owner's first name
|
![]() | LastName |
The account owner's last name
|
![]() | OrganizationAddresses |
An array of organization street addresses; currently, only a single address is supported.
This is not a required attribute, but if you include organization_addresses in a put, it must include the country_code, city, and line1 fields at minimum.
|
![]() | OrganizationName |
Name of the organization associated with the account
|
![]() | Phone |
Phone number associated with the account owner
|
![]() | StateCode |
2 letter code for USA state or Canadian province ONLY, available only if country_code = US or CA associated with the account owner
|
![]() | TimeZone |
The time zone associated with the account
|
![]() | Website |
The URL of the Web site associated with the account
|
See Also