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

#import <RegistrantSaleItem.h>

Inheritance diagram for RegistrantSaleItem:

Instance Methods

(id) - initWithDictionary:
 

Class Methods

(RegistrantSaleItem *) + saleItemWithDictionary:
 

Properties

float amount
 
NSString * saleItemId
 
float promoType
 
NSString * name
 
int quantity
 
NSString * type
 
float feePeriodType
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Registrant sale item object from an dictionary

Parameters
NSDictionary*dictionary - associative dictionary of initial properties to set
Returns
RegistrantSaleItem
+ (RegistrantSaleItem *) saleItemWithDictionary: (NSDictionary *)  dictionary

Property Documentation

- (float) amount
readwritenonatomicassign

Amount paid.

- (float) feePeriodType
readwritenonatomicassign

Amount paid.

- (NSString*) name
readwritenonatomicstrong

Name of registrant or guest

- (float) promoType
readwritenonatomicassign

Amount paid.

- (int) quantity
readwritenonatomicassign

Number of amount required.

- (NSString*) saleItemId
readwritenonatomicstrong

Fee ID

- (NSString*) type
readwritenonatomicstrong

Type of fees


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