PaymentSDK
Mobile payment SDK
|
Order item data. More...
#import <WDOrderItem.h>
Properties | |
NSString * | name |
Name of the item in basket. More... | |
NSString * | itemDescription |
Item description. More... | |
NSString * | articleNumber |
Item EAN or other article identifier. More... | |
NSDecimalNumber * | amount |
Item price per unit. More... | |
WDCurrency | amountCurrency |
NSDecimalNumber * | taxAmount |
Item tax per unit. More... | |
NSDecimalNumber * | quantity |
Total count of the item in the order. More... | |
Additional Inherited Members | |
Public Class Methods inherited from NSObject | |
(id) | + alloc |
(Class) | + class |
(void) | + initialize |
(void) | + load |
(id) | + new |
Public Instance Methods inherited from NSObject | |
(Class) | - classForCoder |
(id) | - copy |
(void) | - dealloc |
(void) | - finalize |
(id) | - init |
(id) | - mutableCopy |
Public Instance Methods inherited from <NSObject> | |
(NSString *) | - description |
(NSUInteger) | - hash |
(BOOL) | - isEqual: |
Order item data.
|
readwritenonatomicstrong |
Item price per unit.
Order item amount always includes tax. It is mandatory.
|
readwritenonatomicassign |
|
readwritenonatomicstrong |
Item EAN or other article identifier.
It is optional
|
readwritenonatomicstrong |
Item description.
It is optional
|
readwritenonatomicstrong |
Name of the item in basket.
It is mandatory
|
readwritenonatomicstrong |
Total count of the item in the order.
It is mandatory
|
readwritenonatomicstrong |
Item tax per unit.
It is optional