Class VasCheckoutInformation
Inheritance
System.Object
VasCheckoutInformation
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 VasCheckoutInformation
Constructors
VasCheckoutInformation(List<LoyaltyCoupon>, List<LoyaltyInformation>, Boolean, Dictionary<String, String>)
Create VAS checkout information.
Declaration
public VasCheckoutInformation(List<LoyaltyCoupon> loyaltyCoupons, List<LoyaltyInformation> loyaltyInformation, bool provideBasket, Dictionary<string, string> vasInformation)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<LoyaltyCoupon> | loyaltyCoupons | |
System.Collections.Generic.List<LoyaltyInformation> | loyaltyInformation | |
System.Boolean | provideBasket | |
System.Collections.Generic.Dictionary<System.String, System.String> | vasInformation |
Properties
LoyaltyCoupons
Loyalty coupons.
Declaration
public List<LoyaltyCoupon> LoyaltyCoupons { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyCoupon> |
LoyaltyInformation
Loyalty information.
Declaration
public List<LoyaltyInformation> LoyaltyInformation { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyInformation> |
ProvideBasket
Provide basket flag.
Declaration
public bool ProvideBasket { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
VasInformation
VAS information. Map between VAS Information Type (integer) and VAS Information (String).
Declaration
public Dictionary<string, string> VasInformation { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |