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

#import <RegistrantGuestInfo.h>

Inheritance diagram for RegistrantGuestInfo:

Instance Methods

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

Class Methods

(RegistrantGuestInfo *) + registrantGuestInfoWithDictionary:
 

Properties

NSString * guestId
 
RegistrantGuestSectionsguestSections
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Registrant guest info object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
RegistrantGuestInfo
- (NSString *) JSON
+ (RegistrantGuestInfo *) registrantGuestInfoWithDictionary: (NSDictionary *)  dictionary

Property Documentation

- (NSString*) guestId
readwritenonatomicstrong

The unique ID of each guest

- (RegistrantGuestSections*) guestSections
readwritenonatomicstrong

A RegistrantGuestSections item containing the properties of a specific guest


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