The AccountSummaryInformation type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | AccountSummaryInformation |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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