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

#import <RegistrantOrder.h>

Inheritance diagram for RegistrantOrder:

Instance Methods

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

Class Methods

(RegistrantOrder *) + registrantOrderWithDictionary:
 

Properties

double total
 
NSString * currencyType
 
NSString * orderDate
 
NSString * orderId
 
NSMutableArray * fees
 
NSMutableArray * items
 

Method Documentation

- (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
- (NSString *) JSON
+ (RegistrantOrder *) registrantOrderWithDictionary: (NSDictionary *)  dictionary

Property Documentation

- (NSString*) currencyType
readwritenonatomicstrong

Currency type used

- (NSMutableArray*) fees
readwritenonatomicstrong

Array containing all the fees in a order

- (NSMutableArray*) items
readwritenonatomicstrong

Array containing all the items in a order

- (NSString*) orderDate
readwritenonatomicstrong

Date and time the order was placed.

- (NSString*) orderId
readwritenonatomicstrong

Order ID

- (double) total
readwritenonatomicassign

Total order value


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