The COrderLine type exposes the following members.

Fields

  NameDescription
mBin
The warehouse bin for this order-line's CProduct.
mDescription
Textual information relating to this order-line.
mEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
mErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)
mExtendedAmount
The cost to the purchaser of the CProduct associated with this order-line, after any discounting, taking into account the desired quantity.
mExtendedWeight
The total weight of all CProduct items associated with this order-line.
mIncomeAccount
The identifier of the account to be used to identify income.
mIsTaxable
An indication of whether this order-line is subject to various taxation.
mLineNumber
The unique number for this order-line in the context of the parent COrder.
mLocation
The identifier of the warehouse for the Product identified in this order-line.
mOrderNumber
The unique number of the parent COrder.
mProduct
The CProduct associated with this order-line.
mProductCode
The identifier of the Product associated with this order-line.
mQuantityOrdered
The number of desired CProduct items for this order-line.
mQuantityShipped
The number of CProduct items which have been shipped to the contact.
mTax1
The tax amount associated with this order-line.
mTaxAuthorityCode
The identifier of the tax authority associated with this order-line.
mTaxRate
The tax rate to be used for this order-line.
mUndiscountedExtendedAmount
The cost to the purchaser of the CProduct associated with this order-line, before any discounting, taking into account the desired quantity.
mUndiscountedPrice
The cost to the purchaser of one unit of the CProduct associated with this order-line, before any discounting.
mUnitPrice
The cost to the purchaser of one unit of the CProduct associated with this order-line, after any discounting.
mUnitWeight
The weight of each CProduct associated with this order-line.

See Also