BasketItem Constructor(Int32,Basket,BasketShipment,Product,String,String,String,Decimal,Decimal,Int32,String,Int16,Int32,String,Byte,DateTime,DateTime,Decimal,Decimal,String,UrlEncodedDictionary)
In This Topic
Initializes a new instance of the BasketItem class.
Syntax
public BasketItem(
int ,
Basket ,
BasketShipment ,
Product ,
string ,
string ,
string ,
decimal ,
decimal ,
int ,
string ,
short ,
int ,
string ,
byte ,
DateTime ,
DateTime ,
decimal ,
decimal ,
string ,
UrlEncodedDictionary
)
Parameters
- parentitemid
- The value of parentitemid
- basket
- The value of basket
- shipment
- The shipment associated with this item
- product
- The value of product
- optionlist
- The value of optionlist
- name
- The value of name
- sku
- The value of sku
- price
- The value of price
- weight
- The value of weight
- quantity
- The value of quantity
- linemessage
- The value of linemessage
- orderitemtypeid
- The value of orderitemtypeid
- orderby
- The value of orderby
- giftmessage
- The value of giftmessage
- shippableid
- The value of shippableid
- createddate
- The value of createddate
- lastmodifieddate
- The value of lastmodifieddate
- taxrate
- The value of taxrate
- taxamount
- The value of taxamount
- kitlist
- The value of kitlist
- customfields
- The value of customfields
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also