LUOrderItem Class Reference
Inherits from | LUAPIModel : NSObject |
Declared in | LUOrderItem.h LUOrderItem.m |
Tasks
-
category
property -
chargedPrice
property -
itemDescription
property -
name
property -
quantity
property -
SKU
property -
standardPrice
property -
UPC
property
Properties
SKU
An optional SKU (Stock Keeping Unit) code for this item.
@property (nonatomic, copy, readonly) NSString *SKU
Discussion
An optional SKU (Stock Keeping Unit) code for this item.
Declared In
LUOrderItem.h
UPC
An optional UPC (Universal Product Code) for this item.
@property (nonatomic, copy, readonly) NSString *UPC
Discussion
An optional UPC (Universal Product Code) for this item.
Declared In
LUOrderItem.h
category
An optional category for this item.
@property (nonatomic, copy, readonly) NSString *category
Discussion
An optional category for this item.
Declared In
LUOrderItem.h
chargedPrice
The price for this item that was charged to the customer.
@property (nonatomic, strong, readonly) LUMonetaryValue *chargedPrice
Discussion
The price for this item that was charged to the customer.
Declared In
LUOrderItem.h
itemDescription
An optional description of the item.
@property (nonatomic, copy, readonly) NSString *itemDescription
Discussion
An optional description of the item.
Declared In
LUOrderItem.h
name
The name of the item.
@property (nonatomic, copy, readonly) NSString *name
Discussion
The name of the item.
Declared In
LUOrderItem.h