Class LoyaltyInformation
A LoyaltyInformation in the LoyaltyInformationList.
Inheritance
System.Object
LoyaltyInformation
Assembly: TimApi.dll
public class LoyaltyInformation : object
Constructors
Declaration
public LoyaltyInformation(LoyaltyInformation information)
Parameters
Declaration
public LoyaltyInformation(byte[] value, String loyaltyInfoType)
Parameters
Type |
Name |
Description |
System.Byte[] |
value |
|
String |
loyaltyInfoType |
|
Declaration
public LoyaltyInformation(byte[] value, String loyaltyInfoType, LoyaltyFunctionType loyaltyFunctionType, byte[] loyaltyNumber)
Parameters
Type |
Name |
Description |
System.Byte[] |
value |
|
String |
loyaltyInfoType |
|
LoyaltyFunctionType |
loyaltyFunctionType |
|
System.Byte[] |
loyaltyNumber |
|
Properties
Declaration
public LoyaltyFunctionType LoyaltyFunctionType { get; }
Property Value
Declaration
public string LoyaltyInfoType { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte[] LoyaltyNumber { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public byte[] Value { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Methods
Declaration
public override String ToString()
Returns