Of an ErpQuote, the item or product quoted along with quantity, price
and other descriptive information.Of an ErpQuote, the item or product
quoted along with quantity, price and other descriptive information.
|
|
__init__(self,
ErpQuote=None,
AssetModelCatalogueItem=None,
status=None,
Design=None,
ErpInvoiceLineItem=None,
ErpReqLineItem=None,
Request=None,
*args,
**kw_args)
Initialises a new 'ErpQuoteLineItem' instance. |
|
|
|
|
| getAssetModelCatalogueItem(self) |
|
|
|
|
|
|
|
getErpInvoiceLineItem(self)
Some utilities provide quotes to customer for services, where the
customer accepts the quote by making a payment. |
|
|
|
|
|
|
|
|
|
|
|
|
|
| setAssetModelCatalogueItem(self,
value) |
|
|
|
|
|
|
|
| setErpInvoiceLineItem(self,
value) |
|
|
|
|
|
|
|
| setErpReqLineItem(self,
value) |
|
|
|
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|