Class VasCheckoutInformation
Inheritance
System.Object
VasCheckoutInformation
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class VasCheckoutInformation : object
Constructors
VasCheckoutInformation(List<LoyaltyCoupon>, List<LoyaltyInformation>, Boolean, List<VasInformationList>)
Create VAS checkout information.
Declaration
public VasCheckoutInformation(List<LoyaltyCoupon> loyaltyCoupons, List<LoyaltyInformation> loyaltyInformation, Boolean provideBasket, List<VasInformationList> vasInformationList)
Parameters
Type | Name | Description |
---|---|---|
List<LoyaltyCoupon> | loyaltyCoupons | |
List<LoyaltyInformation> | loyaltyInformation | |
Boolean | provideBasket | |
List<VasInformationList> | vasInformationList |
Properties
LoyaltyCoupons
Loyalty coupons.
Declaration
public List<LoyaltyCoupon> LoyaltyCoupons { get; }
Property Value
Type | Description |
---|---|
List<LoyaltyCoupon> |
LoyaltyInformation
Loyalty information.
Declaration
public List<LoyaltyInformation> LoyaltyInformation { get; }
Property Value
Type | Description |
---|---|
List<LoyaltyInformation> |
ProvideBasket
Provide basket flag.
Declaration
public Boolean ProvideBasket { get; }
Property Value
Type | Description |
---|---|
Boolean |
VasInformationList
VAS information list.
Declaration
public List<VasInformationList> VasInformationList { get; }
Property Value
Type | Description |
---|---|
List<VasInformationList> |