OIOrderItem Class Reference
Inherits from | NSObject |
Declared in | OIOrderItem.h OIOrderItem.m |
Properties
ID
The id of the item.
@property (nonatomic, copy) NSString *ID
Discussion
The id of the item.
Declared In
OIOrderItem.h
name
The name of the item.
@property (nonatomic, copy) NSString *name
Discussion
The name of the item.
Declared In
OIOrderItem.h
opts
An array of hashes, each hash represents an option ordered with the main item. Each option is of the same format as the item
@property (nonatomic, retain) NSMutableArray *opts
Discussion
An array of hashes, each hash represents an option ordered with the main item. Each option is of the same format as the item
Declared In
OIOrderItem.h