public class LoyaltyInformation extends Object
Constructor and Description |
---|
LoyaltyInformation(byte[] value,
String loyaltyInfoType)
Create loyalty information.
|
LoyaltyInformation(byte[] value,
String loyaltyInfoType,
LoyaltyFunctionType loyaltyFunctionType,
byte[] loyaltyNumber)
Create loyalty information.
|
LoyaltyInformation(LoyaltyInformation information)
Create loyalty information.
|
Modifier and Type | Method and Description |
---|---|
LoyaltyFunctionType |
getLoyaltyFunctionType()
Defines what kind of loyalty mode will be used.
|
String |
getLoyaltyInfoType()
Specifies type of loyalty information.
|
byte[] |
getLoyaltyNumber()
Holds loyalty number.
|
byte[] |
getValue()
Value.
|
public LoyaltyInformation(byte[] value, String loyaltyInfoType, LoyaltyFunctionType loyaltyFunctionType, byte[] loyaltyNumber)
public LoyaltyInformation(byte[] value, String loyaltyInfoType)
public LoyaltyInformation(LoyaltyInformation information)
public byte[] getValue()
public String getLoyaltyInfoType()
public LoyaltyFunctionType getLoyaltyFunctionType()
public byte[] getLoyaltyNumber()