AccountSummaryInformation Members CTCT Wrapper Documented Class Library

The AccountSummaryInformation type exposes the following members.
Constructors

  NameDescription
Public methodAccountSummaryInformation
Constructor
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToJSON
Serialize an object to JSON.
(Inherited from Component.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
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