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 *currency

Declared In

PMSDKItemAmount.h

  value

Specifies the price amount. Value should be numeric. Required.

@property (nonatomic, strong) NSNumber *value

Declared In

PMSDKItemAmount.h

  details

Specifies the amount breakdown. Optional.

@property (nonatomic, strong) PMSDKItemAmountDetails *details

Declared In

PMSDKItemAmount.h