PaymentSDK
Mobile payment SDK
WDOrderItem Class Reference

Order item data. More...

#import <WDOrderItem.h>

+ Inheritance diagram for WDOrderItem:
+ Collaboration diagram for WDOrderItem:

Properties

NSStringname
 Name of the item in basket. More...
 
NSStringitemDescription
 Item description. More...
 
NSStringarticleNumber
 Item EAN or other article identifier. More...
 
NSDecimalNumberamount
 Item price per unit. More...
 
WDCurrency amountCurrency
 
NSDecimalNumbertaxAmount
 Item tax per unit. More...
 
NSDecimalNumberquantity
 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:
 

Detailed Description

Order item data.

Property Documentation

- (NSDecimalNumber*) amount
readwritenonatomicstrong

Item price per unit.

Order item amount always includes tax. It is mandatory.

- (WDCurrency) amountCurrency
readwritenonatomicassign
- (NSString*) articleNumber
readwritenonatomicstrong

Item EAN or other article identifier.

It is optional

- (NSString*) itemDescription
readwritenonatomicstrong

Item description.

It is optional

- (NSString*) name
readwritenonatomicstrong

Name of the item in basket.

It is mandatory

- (NSDecimalNumber*) quantity
readwritenonatomicstrong

Total count of the item in the order.

It is mandatory

- (NSDecimalNumber*) taxAmount
readwritenonatomicstrong

Item tax per unit.

It is optional