Class Basket
Inheritance
System.Object
Basket
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)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Basket
Constructors
Basket()
Declaration
public Basket()
Basket(Basket)
Declaration
public Basket(Basket copy)
Parameters
Type | Name | Description |
---|---|---|
Basket | copy |
Properties
Items
Declaration
public List<BasketItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BasketItem> |
LoyaltyAuthResult
Declaration
public long? LoyaltyAuthResult { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Methods
getItems()
Declaration
public List<BasketItem> getItems()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<BasketItem> |
getLoyaltyAuthResult()
Declaration
public long? getLoyaltyAuthResult()
Returns
Type | Description |
---|---|
System.Nullable<System.Int64> |
setLoyaltyAuthResult(Nullable<Int64>)
Declaration
public void setLoyaltyAuthResult(long? loyaltyAuthResult)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int64> | loyaltyAuthResult |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()