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, Byte[]>)
Declaration
public VasCheckoutInformation(List<LoyaltyCoupon> loyaltyCoupons, List<LoyaltyInformation> loyaltyInformation, bool provideBasket, Dictionary<string, byte[]> 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.Byte[]> | vasInformation |
Properties
LoyaltyCoupons
Declaration
public List<LoyaltyCoupon> LoyaltyCoupons { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyCoupon> |
LoyaltyInformation
Declaration
public List<LoyaltyInformation> LoyaltyInformation { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LoyaltyInformation> |
ProvideBasket
Declaration
public bool ProvideBasket { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
VasInformation
Declaration
public Dictionary<string, byte[]> VasInformation { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Byte[]> |