![]() |
ConstantContact iOS SDK
|
#import <RegistrantSectionField.h>
Instance Methods | |
| (id) | - initWithDictionary: |
| (NSString *) | - JSON |
Class Methods | |
| (RegistrantSectionField *) | + sectionFieldWithDictionary: |
Properties | |
| NSString * | type |
| NSString * | name |
| NSString * | label |
| NSString * | value |
| - (id) initWithDictionary: | (NSDictionary *) | dictionary |
Factory method to create a registrant section field object from an dictionary
| NSDictionary | *dictionary - associative dictionary of initial properties to set |
| - (NSString *) JSON |
| + (RegistrantSectionField *) sectionFieldWithDictionary: | (NSDictionary *) | dictionary |
|
readwritenonatomicstrong |
Field label
|
readwritenonatomicstrong |
Field name
|
readwritenonatomicstrong |
Field type
|
readwritenonatomicstrong |
Field value
1.8.9.1