Package com.six.timapi
Class LoyaltyInformation
- java.lang.Object
-
- com.six.timapi.LoyaltyInformation
-
public class LoyaltyInformation extends Object
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.String
toString()
-
-
-
Constructor Detail
-
LoyaltyInformation
public LoyaltyInformation(byte[] value, String loyaltyInfoType, LoyaltyFunctionType loyaltyFunctionType, byte[] loyaltyNumber)
Create loyalty information.
-
LoyaltyInformation
public LoyaltyInformation(byte[] value, String loyaltyInfoType)
Create loyalty information.
-
LoyaltyInformation
public LoyaltyInformation(LoyaltyInformation information)
Create loyalty information.
-
-
Method Detail
-
getValue
public byte[] getValue()
Value.
-
getLoyaltyInfoType
public String getLoyaltyInfoType()
Specifies type of loyalty information.
-
getLoyaltyFunctionType
public LoyaltyFunctionType getLoyaltyFunctionType()
Defines what kind of loyalty mode will be used.
-
getLoyaltyNumber
public byte[] getLoyaltyNumber()
Holds loyalty number.
-
-