ConstantContact iOS SDK
Instance Methods | Class Methods | Properties | List of all members
AccountSummary Class Reference

#import <AccountSummary.h>

Inheritance diagram for AccountSummary:

Instance Methods

(id) - initWithDictionary:
 
(NSString *) - JSON
 

Class Methods

(AccountSummary *) + accountSummaryWithDictionary:
 

Properties

NSString * companyLogo
 
NSString * countryCode
 
NSString * email
 
NSString * firstName
 
NSString * lastName
 
NSMutableArray * organizationAddresses
 
NSString * organizationName
 
NSString * phone
 
NSString * stateCode
 
NSString * timeZone
 
NSString * website
 

Method Documentation

+ (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 *) JSON

Property Documentation

- (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

- (NSString*) email
readwritenonatomicstrong

Email address associated with the account owner

- (NSString*) firstName
readwritenonatomicstrong

The account owner's first name

- (NSString*) lastName
readwritenonatomicstrong

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

- (NSString*) phone
readwritenonatomicstrong

Phone number associated with the account owner.

- (NSString*) stateCode
readwritenonatomicstrong

2 letter code for USA state or Canadian province ONLY, available only if country_code = US or CA associated with the account owner

- (NSString*) timeZone
readnonatomicstrong

The time zone associated with the account

- (NSString*) website
readwritenonatomicstrong

The URL of the Web site associated with the account


The documentation for this class was generated from the following files: