AccountSummaryInformation Properties CTCT Wrapper Documented Class Library
The AccountSummaryInformation type exposes the following members.
Properties

  NameDescription
Public propertyCountryCode
Standard 2 letter ISO 3166-1 code of the country associated with the account owner
Public propertyEmail
Email address associated with the account owner
Public propertyFirstName
The account owner's first name
Public propertyLastName
The account owner's last name
Public propertyOrganizationAddresses
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.
Public propertyOrganizationName
Name of the organization associated with the account
Public propertyPhone
Phone number associated with the account owner
Public propertyStateCode
2 letter code for USA state or Canadian province ONLY, available only if country_code = US or CA associated with the account owner
Public propertyTimeZone
The time zone associated with the account
Public propertyWebsite
The URL of the Web site associated with the account
Back to Top
See Also