LUOrderItem Class Reference
| Inherits from | LUAPIModel : NSObject | 
| Declared in | LUOrderItem.h LUOrderItem.m  | 
Tasks
- 
	
		
categoryproperty - 
	
		
chargedPriceproperty - 
	
		
itemDescriptionproperty - 
	
		
nameproperty - 
	
		
quantityproperty - 
	
		
SKUproperty - 
	
		
standardPriceproperty - 
	
		
UPCproperty 
Properties
SKU
An optional SKU (Stock Keeping Unit) code for this item.
@property (nonatomic, copy, readonly) NSString *SKUDiscussion
An optional SKU (Stock Keeping Unit) code for this item.
Declared In
LUOrderItem.hUPC
An optional UPC (Universal Product Code) for this item.
@property (nonatomic, copy, readonly) NSString *UPCDiscussion
An optional UPC (Universal Product Code) for this item.
Declared In
LUOrderItem.hcategory
An optional category for this item.
@property (nonatomic, copy, readonly) NSString *categoryDiscussion
An optional category for this item.
Declared In
LUOrderItem.hchargedPrice
The price for this item that was charged to the customer.
@property (nonatomic, strong, readonly) LUMonetaryValue *chargedPriceDiscussion
The price for this item that was charged to the customer.
Declared In
LUOrderItem.hitemDescription
An optional description of the item.
@property (nonatomic, copy, readonly) NSString *itemDescriptionDiscussion
An optional description of the item.
Declared In
LUOrderItem.hname
The name of the item.
@property (nonatomic, copy, readonly) NSString *nameDiscussion
The name of the item.
Declared In
LUOrderItem.h