Class LoyaltyItem
Inheritance
System.Object
LoyaltyItem
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 LoyaltyItem
Constructors
LoyaltyItem()
Declaration
public LoyaltyItem()
LoyaltyItem(LoyaltyItem)
Declaration
public LoyaltyItem(LoyaltyItem item)
Parameters
Type | Name | Description |
---|---|---|
LoyaltyItem | item |
Fields
DisplayProductInfo
Declaration
public DisplayProductInfo DisplayProductInfo
Field Value
Type | Description |
---|---|
DisplayProductInfo |
Properties
Amount
Declaration
public Amount Amount { get; set; }
Property Value
Type | Description |
---|---|
Amount |
AmountTotal
Declaration
public Amount AmountTotal { get; set; }
Property Value
Type | Description |
---|---|
Amount |
ItemId
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemQuantity
Declaration
public ItemQuantity ItemQuantity { get; set; }
Property Value
Type | Description |
---|---|
ItemQuantity |
LoyaltyCoupons
Declaration
public List<LoyaltyCoupon> LoyaltyCoupons { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyCoupon> |
LoyaltyDiscounts
Declaration
public List<LoyaltyDiscount> LoyaltyDiscounts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyDiscount> |
ProdDescription
Declaration
public string ProdDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |