Definition at line 1072 of file invoice.h.
OSB_LIB::InvoiceInfoItem::InvoiceInfoItem | ( | const Section & | section, | |
const InvoiceInfo * | invInfo | |||
) | [inline] |
virtual void OSB_LIB::InvoiceInfoItem::writeXml | ( | BillingXmlBase & | bXml | ) | const [inline, virtual] |
Function to call the appropriate xml writer for each specific invoice item.
This function is call by BillingXmlBase::writeInvoice when it browses through all invoice item and call billingXml funtion for each of them.
Below is the sample code on how each invoice item writeXml call it's xml writer function.
virtual void UsagerecordItem::writeXml(BillingXmlBase& bXml) const { dynamic_cast<BillingXml&>(bXml).writeUsagerecordItem(*this); }
bXml | Xml writer to use. |
Implements OSB_LIB::InvoiceItem.
Definition at line 1079 of file invoice.h.
References invoiceInfo.