PMSDKCheckoutInformation Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PMSDKCheckoutInformation.h |
totalAmount
Total amount details for the transaction. Required.
@property (nonatomic, strong) PMSDKItemAmount *totalAmountDeclared In
PMSDKCheckoutInformation.h
buyer
Customer profile information. Required.
@property (nonatomic, strong) PMSDKBuyerProfile *buyerDeclared In
PMSDKCheckoutInformation.h
items
List of bought items for the transaction. The array must consist of PMSDKCheckoutItem objects. Required.
@property (nonatomic, strong) NSArray *itemsDeclared In
PMSDKCheckoutInformation.h
requestReferenceNumber
A unique identifier to a transaction for tracking purposes. Required.
@property (nonatomic, strong) NSString *requestReferenceNumberDeclared In
PMSDKCheckoutInformation.h
redirectUrl
List of redirect URLs depending on checkout completion status. Optional.
@property (nonatomic, strong) PMSDKCheckoutRedirectURL *redirectUrlDeclared In
PMSDKCheckoutInformation.h
metadata
Merchant provided additional cart information. Optional.
@property (nonatomic, strong) NSDictionary *metadataDeclared In
PMSDKCheckoutInformation.h
– initWithDictionary:
Allows initialization of checkout information object from dictionary
- (instancetype)initWithDictionary:(NSDictionary *)dictionaryDeclared In
PMSDKCheckoutInformation.h