Cart Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Cart.h Cart.m |
Tasks
-
request
(public property)
property -
cartId
(public property)
property -
hmac
(public property)
property -
urlEncodedHMAC
(public property)
property -
purchaseURL
(public property)
property -
mobileCartURL
(public property)
property -
subTotal
(public property)
property -
cartItems
(public property)
property -
savedForLaterItems
(public property)
property -
similarProducts
(public property)
property -
topSellers
(public property)
property -
newReleases
(public property)
property -
similarViewedProducts
(public property)
property -
otherCategoriesSimilarProducts
(public property)
property
Properties
cartId
(public property)
@property (nonatomic, retain) NSString *cartId
Discussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Cart.h
hmac
(public property)
@property (nonatomic, retain) NSString *hmac
Discussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Cart.h
mobileCartURL
(public property)
@property (nonatomic, retain) NSString *mobileCartURL
Discussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Cart.h
newReleases
(public property)
@property (nonatomic, retain) NewReleases *newReleases
Declared In
Cart.h
otherCategoriesSimilarProducts
(public property)
@property (nonatomic, retain) OtherCategoriesSimilarProducts *otherCategoriesSimilarProducts
Declared In
Cart.h
purchaseURL
(public property)
@property (nonatomic, retain) NSString *purchaseURL
Discussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Cart.h
savedForLaterItems
(public property)
@property (nonatomic, retain) SavedForLaterItems *savedForLaterItems
Declared In
Cart.h
similarProducts
(public property)
@property (nonatomic, retain) SimilarProducts *similarProducts
Declared In
Cart.h
similarViewedProducts
(public property)
@property (nonatomic, retain) SimilarViewedProducts *similarViewedProducts
Declared In
Cart.h