PMSDKItemAmountDetails Class Reference

Inherits from NSObject
Declared in PMSDKItemAmountDetails.h

  discount

Discount amount for the transaction. Value should only be numeric. Optional.

@property (nonatomic, strong) NSNumber *discount

Declared In

PMSDKItemAmountDetails.h

  serviceCharge

Service charge amount for the transaction. Value should only be numeric. Optional.

@property (nonatomic, strong) NSNumber *serviceCharge

Declared In

PMSDKItemAmountDetails.h

  shippingFee

Shipping fee amount for the transaction. Value should only be numeric. Optional.

@property (nonatomic, strong) NSNumber *shippingFee

Declared In

PMSDKItemAmountDetails.h

  tax

Tax amount for the transaction. Optional.

@property (nonatomic, strong) NSNumber *tax

Declared In

PMSDKItemAmountDetails.h

  subtotal

Sum of amounts for all items in the transaction. Optional.

@property (nonatomic, strong) NSNumber *subtotal

Declared In

PMSDKItemAmountDetails.h