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, List<VasInformationList>)
Create VAS checkout information.
Declaration
public VasCheckoutInformation(List<LoyaltyCoupon> loyaltyCoupons, List<LoyaltyInformation> loyaltyInformation, bool provideBasket, List<VasInformationList> vasInformationList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<LoyaltyCoupon> | loyaltyCoupons | |
System.Collections.Generic.List<LoyaltyInformation> | loyaltyInformation | |
System.Boolean | provideBasket | |
System.Collections.Generic.List<VasInformationList> | vasInformationList |
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 |
VasInformationList
VAS information list.
Declaration
public List<VasInformationList> VasInformationList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VasInformationList> |