PMSDKCheckoutItem Class Reference

Inherits from NSObject
Declared in PMSDKCheckoutItem.h

  name

Specifies the item name. Required.

@property (nonatomic, strong) NSString *name

Declared In

PMSDKCheckoutItem.h

  code

Specifies the merchant assigned SKU code. Optional.

@property (nonatomic, strong) NSString *code

Declared In

PMSDKCheckoutItem.h

  itemDescription

Specifies the item description. Optional.

@property (nonatomic, strong) NSString *itemDescription

Declared In

PMSDKCheckoutItem.h

  quantity

Specifies the number of bought items. Value should only be numeric. Required.

@property (nonatomic, strong) NSNumber *quantity

Declared In

PMSDKCheckoutItem.h

  amount

Specifies the price amount per item. Optional.

@property (nonatomic, strong) PMSDKItemAmount *amount

Declared In

PMSDKCheckoutItem.h

  totalAmount

Specifies the total price amount for all the bought items. Required.

@property (nonatomic, strong) PMSDKItemAmount *totalAmount

Declared In

PMSDKCheckoutItem.h