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

#import <RegistrantPaymentSummary.h>

Inheritance diagram for RegistrantPaymentSummary:

Instance Methods

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

Class Methods

(RegistrantPaymentSummary *) + registrantPaymentSummartWithDictionary:
 

Properties

NSString * paymentType
 
NSString * paymentStatus
 
RegistrantPromoCodepromocode
 
RegistrantOrderorder
 
EventRegistrantPaymentTypeEnumeventRegistrantPaymentTypeEnum
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Registrant payment summary object from an dictionary

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

Property Documentation

- (EventRegistrantPaymentTypeEnum*) eventRegistrantPaymentTypeEnum
readwritenonatomicstrong

Enumeration class that contains valid options for event status element

- (RegistrantOrder*) order
readwritenonatomicstrong
- (NSString*) paymentStatus
readwritenonatomicstrong

Status of the payment.

- (NSString*) paymentType
readwritenonatomicstrong

Payment type , valid values found in EventRegistrantPaymentTypeEnum

- (RegistrantPromoCode*) promocode
readwritenonatomicstrong

Promocode information


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