PMSDKCheckoutItem Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PMSDKCheckoutItem.h |
name
Specifies the item name. Required.
@property (nonatomic, strong) NSString *nameDeclared In
PMSDKCheckoutItem.h
code
Specifies the merchant assigned SKU code. Optional.
@property (nonatomic, strong) NSString *codeDeclared In
PMSDKCheckoutItem.h
itemDescription
Specifies the item description. Optional.
@property (nonatomic, strong) NSString *itemDescriptionDeclared In
PMSDKCheckoutItem.h
quantity
Specifies the number of bought items. Value should only be numeric. Required.
@property (nonatomic, strong) NSNumber *quantityDeclared In
PMSDKCheckoutItem.h
amount
Specifies the price amount per item. Optional.
@property (nonatomic, strong) PMSDKItemAmount *amountDeclared In
PMSDKCheckoutItem.h
totalAmount
Specifies the total price amount for all the bought items. Required.
@property (nonatomic, strong) PMSDKItemAmount *totalAmountDeclared In
PMSDKCheckoutItem.h