#import <OrganizationAddresses.h>
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to retrieve a Organization Addresses object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- OrganizationAddresses
REQUIRED if including organization_addresses; The city the organization is located in
- (NSString*) countryCode |
|
readwritenonatomicstrong |
REQUIRED if including organization_addresses; Standard 2 letter ISO 3166-1 code for the organization_addresses
Line 1 of the organization's street address
Line 2 of the organization's street address
Line 3 of the organization's street address
Postal (zip) code of the organization's street address
Name of the state or province for the organization_addresses; for country = CA or US, this field is overwritten by the state or province name derived from the state_code, if entered.
Use ONLY for the standard 2 letter abbreviation for the US state or Canadian province for organization_addresses; NOTE: A data validation error occurs if state_code is populated and country_code does not = US or CA.
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Account/OrganizationAddresses.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Account/OrganizationAddresses.m