Overview
Members-Overview
|
:timapi.constants.LoyaltyFunctionType |
|
:String |
|
:Uint8Array |
|
:Uint8Array |
Methods-Overview
- copy(loyaltyInformation) → {timapi.LoyaltyInformation}
- toString() → {String}
Constructor
new LoyaltyInformation(value, loyaltyInfoType)
Create loyalty information
Parameters:
Name | Type | Description |
---|---|---|
value |
Uint8Array | Value as uint8-array. Type depends on loyaltyInfoType. |
loyaltyInfoType |
String | Specifies type of loyalty information. |
Member-List
loyaltyFunctionType :timapi.constants.LoyaltyFunctionType
Defines what kind of loyalty mode will be used.
Methods
(static) copy(loyaltyInformation) → {timapi.LoyaltyInformation}
Creates a copy of a timapi.LoyaltyInformation object.
Parameters:
Name | Type | Description |
---|---|---|
loyaltyInformation |
timapi.LoyaltyInformation | Original |
Returns:
Copy of original
toString() → {String}
Get string representation for debugging purpose.
Returns:
String representation
Type: String