PMSDKItemAmount Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PMSDKItemAmount.h |
currency
Specifies the currency as defined in the ISO standard currency code (http://en.wikipedia.org/wiki/ISO_4217)..) Value should only be uppercase letters. Required.
@property (nonatomic, strong) NSString *currencyDeclared In
PMSDKItemAmount.h
value
Specifies the price amount. Value should be numeric. Required.
@property (nonatomic, strong) NSNumber *valueDeclared In
PMSDKItemAmount.h
details
Specifies the amount breakdown. Optional.
@property (nonatomic, strong) PMSDKItemAmountDetails *detailsDeclared In
PMSDKItemAmount.h