Class LoyaltyInformation
A LoyaltyInformation in the LoyaltyInformationList.
Inheritance
System.Object
LoyaltyInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class LoyaltyInformation
Constructors
LoyaltyInformation(LoyaltyInformation)
Declaration
public LoyaltyInformation(LoyaltyInformation information)
Parameters
Type | Name | Description |
---|---|---|
LoyaltyInformation | information |
LoyaltyInformation(Byte[], String)
Declaration
public LoyaltyInformation(byte[] value, string loyaltyInfoType)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value | |
System.String | loyaltyInfoType |
LoyaltyInformation(Byte[], String, LoyaltyFunctionType, Byte[])
Declaration
public LoyaltyInformation(byte[] value, string loyaltyInfoType, LoyaltyFunctionType loyaltyFunctionType, byte[] loyaltyNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value | |
System.String | loyaltyInfoType | |
LoyaltyFunctionType | loyaltyFunctionType | |
System.Byte[] | loyaltyNumber |
Properties
LoyaltyFunctionType
Declaration
public LoyaltyFunctionType LoyaltyFunctionType { get; }
Property Value
Type | Description |
---|---|
LoyaltyFunctionType |
LoyaltyInfoType
Declaration
public string LoyaltyInfoType { get; }
Property Value
Type | Description |
---|---|
System.String |
LoyaltyNumber
Declaration
public byte[] LoyaltyNumber { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Value
Declaration
public byte[] Value { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |