Inherits from LUAPIModel : NSObject
Declared in LUOrderItem.h
LUOrderItem.m

Overview

An LUOrderItem represents a single item that was part of an order.

Tasks

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

quantity

The quantity of the item that was purchased.

@property (nonatomic, assign, readonly) NSUInteger quantity

Discussion

The quantity of the item that was purchased.

Declared In

LUOrderItem.h

standardPrice

An optional standard price for the item.

@property (nonatomic, strong, readonly) LUMonetaryValue *standardPrice

Discussion

An optional standard price for the item.

Declared In

LUOrderItem.h