Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItem Class / OrderItem Constructor / OrderItem Constructor(Order,Int16,Byte,String,Decimal,Decimal,Decimal,Int32,Int16,Decimal,Decimal)
The value of order
The value of orderitemtypeid
The value of shippableid
The value of name
The value of price
The value of weight
The value of costofgoods
The value of quantity
The value of inventorystatusid
The value of taxrate
The value of taxamount
In This Topic
    OrderItem Constructor(Order,Int16,Byte,String,Decimal,Decimal,Decimal,Int32,Int16,Decimal,Decimal)
    In This Topic
    Initializes a new instance of the OrderItem class.
    Syntax

    Parameters

    order
    The value of order
    orderitemtypeid
    The value of orderitemtypeid
    shippableid
    The value of shippableid
    name
    The value of name
    price
    The value of price
    weight
    The value of weight
    costofgoods
    The value of costofgoods
    quantity
    The value of quantity
    inventorystatusid
    The value of inventorystatusid
    taxrate
    The value of taxrate
    taxamount
    The value of taxamount
    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