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

#import <EventFee.h>

Inheritance diagram for EventFee:

Instance Methods

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

Class Methods

(EventFee *) + eventFeeWithDictionary:
 

Properties

double earlyFee
 
double fee
 
NSString * feeScope
 
NSString * feeId
 
NSString * label
 
double lateFee
 
FeeScopeEnumfeeScopeEnum
 

Method Documentation

+ (EventFee *) eventFeeWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Event fee object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
EventFee
- (NSString *) JSON

Property Documentation

- (double) earlyFee
readwritenonatomicassign

Fee for registrations that occur prior to the event's early_fee_date

- (double) fee
readwritenonatomicassign

REQUIRED. The fee amount

- (NSString*) feeId
readnonatomicstrong

Unique ID for that fee

- (NSString*) feeScope
readwritenonatomicstrong

REQUIRED. Specifies who the fee applies to, valid values can be found in FeeScopeEnum class

- (FeeScopeEnum*) feeScopeEnum
readnonatomicstrong

Enumeration class that contains valid options for fee scope element

- (NSString*) label
readwritenonatomicstrong

REQUIRED. Fee description displayed to event registrants

- (double) lateFee
readwritenonatomicassign

Fee for registrations that occur after the event's late_fee_date


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