Overview
Members-Overview
Methods-Overview
- copy(loyaltyItem) → {timapi.LoyaltyItem}
- toString() → {String}
Constructor
new LoyaltyItem()
Create empty loyalty item.
Member-List
displayProductInfo (readonly) :timapi.DisplayProductInfo
DisplayProductInfo or undefined if not used.
Methods
(static) copy(loyaltyItem) → {timapi.LoyaltyItem}
Creates a copy of a timapi.LoyaltyItem object.
Parameters:
Name | Type | Description |
---|---|---|
loyaltyItem |
timapi.LoyaltyItem | Original |
Returns:
Copy of original
Type: timapi.LoyaltyItem
toString() → {String}
String representation for debugging purpose.
Returns:
String representation
Type: String