Class BasketItem
Inheritance
System.Object
BasketItem
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)
Assembly: TimApi.dll
Syntax
Constructors
BasketItem()
Declaration
BasketItem(BasketItem)
Declaration
public BasketItem(BasketItem copy)
Parameters
Properties
Amount
Declaration
public Amount Amount { get; set; }
Property Value
AmountDiscount
Declaration
public AmountDiscount AmountDiscount { get; set; }
Property Value
AmountGross
Declaration
public Amount AmountGross { get; set; }
Property Value
AmountTax
Declaration
public Amount AmountTax { get; set; }
Property Value
AmountTotal
Declaration
public Amount AmountTotal { get; set; }
Property Value
AuthResult
Declaration
public long AuthResult { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ItemId
Declaration
public string ItemId { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemQuantity
Declaration
public ItemQuantity ItemQuantity { get; set; }
Property Value
LoyaltyId
Declaration
public string LoyaltyId { get; set; }
Property Value
Type |
Description |
System.String |
|
ProdDescription
Declaration
public string ProdDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
UnitAmountDiscount
Declaration
public Amount UnitAmountDiscount { get; set; }
Property Value
UnitAmountGross
Declaration
public Amount UnitAmountGross { get; set; }
Property Value
Methods
getAmountGross()
Declaration
public Amount getAmountGross()
Returns
getUnitAmountDiscount()
Declaration
public Amount getUnitAmountDiscount()
Returns
getUnitAmountGross()
Declaration
public Amount getUnitAmountGross()
Returns
setAmountGross(Amount)
Declaration
public void setAmountGross(Amount amountGross)
Parameters
Type |
Name |
Description |
Amount |
amountGross |
|
setUnitAmountDiscount(Amount)
Declaration
public void setUnitAmountDiscount(Amount unitAmountDiscount)
Parameters
Type |
Name |
Description |
Amount |
unitAmountDiscount |
|
setUnitAmountGross(Amount)
Declaration
public void setUnitAmountGross(Amount unitAmountGross)
Parameters
Type |
Name |
Description |
Amount |
unitAmountGross |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()