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

#import <RegistrantPromoCode.h>

Inheritance diagram for RegistrantPromoCode:

Instance Methods

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

Class Methods

(RegistrantPromoCode *) + registrantPromoCodeWithDictionary:
 

Properties

double totalDiscount
 
RegistrantPromocodeInfopromocodeInfo
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a registrant promo code object from an dictionary

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

Property Documentation

- (RegistrantPromocodeInfo*) promocodeInfo
readwritenonatomicstrong

Promocode information item;

- (double) totalDiscount
readwritenonatomicassign

Total discount value


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