#import <EventRegistrant.h>
+ (EventRegistrant *) eventRegistrantWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create a Event registrant object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- EventRegistrant
- (NSString*) attendanceStatus |
|
readwritenonatomicstrong |
The Registrant's email address
Enumeration class that contains valid options for the discount scope element
The Registrant's first (given) name
Number of guests the registrant is bringing to the event
The Registrant's last (family) name
- (NSString*) paymentStatus |
|
readwritenonatomicstrong |
The Registrant's payment status
- (NSString*) registrantId |
|
readwritenonatomicstrong |
Unique ID for the registrant
- (NSString*) registrationDate |
|
readwritenonatomicstrong |
Date the registrant registered for the event
- (NSString*) registrationStatus |
|
readwritenonatomicstrong |
The Registrant's registration status
Unique ID of the registrant's event ticket
- (NSString*) updatedDate |
|
readwritenonatomicstrong |
Most recent date registrant was updated
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventRegistrant.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/EventRegistrant.m