#import <AccountSummary.h>
+ (AccountSummary *) accountSummaryWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to retrieve a Account Summary object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- AccountSummary
- (NSString*) companyLogo |
|
readwritenonatomicstrong |
URL to the logo associated with the account if the account owner has provided one. No value is returned if user has not added a logo.
- (NSString*) countryCode |
|
readwritenonatomicstrong |
Standard 2 letter ISO 3166-1 code of the country associated with the account owner
Email address associated with the account owner
The account owner's first name
The account owner's last name
- (NSMutableArray*) organizationAddresses |
|
readwritenonatomicstrong |
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.
- (NSString*) organizationName |
|
readwritenonatomicstrong |
Name of the organization associated with the account
Phone number associated with the account owner.
2 letter code for USA state or Canadian province ONLY, available only if country_code = US or CA associated with the account owner
The time zone associated with the account
The URL of the Web site associated with the account
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Account/AccountSummary.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Account/AccountSummary.m