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

#import <RegistrantFee.h>

Inheritance diagram for RegistrantFee:

Instance Methods

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

Class Methods

(RegistrantFee *) + registrantFeeWithDictionary:
 

Properties

float amount
 
NSString * feeId
 
double promoType
 
NSString * name
 
int quantity
 
NSString * type
 
NSString * feePeriodType
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Registrant fee object from an dictionary

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

Property Documentation

- (float) amount
readwritenonatomicassign

Amount paid.

- (NSString*) feeId
readnonatomicstrong

Fee ID

- (NSString*) feePeriodType
readwritenonatomicstrong

Fee period type

- (NSString*) name
readwritenonatomicstrong

Name of registrant or guest

- (double) promoType
readwritenonatomicassign

Promo type

- (int) quantity
readwritenonatomicassign

Number of items in guests

- (NSString*) type
readwritenonatomicstrong

Type of fees.


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