#import <RegistrantOrder.h>
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create a Registrant Order object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- RegistrantOrder
+ (RegistrantOrder *) registrantOrderWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (NSString*) currencyType |
|
readwritenonatomicstrong |
Array containing all the fees in a order
- (NSMutableArray*) items |
|
readwritenonatomicstrong |
Array containing all the items in a order
Date and time the order was placed.
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/RegistrantOrder.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EventSpot/RegistrantOrder.m