|
|
|
|
@ -138,8 +138,11 @@ void gncInvoiceRemoveEntries (GncInvoice *invoice);
|
|
|
|
|
const char * gncInvoiceGetID (const GncInvoice *invoice);
|
|
|
|
|
const GncOwner * gncInvoiceGetOwner (const GncInvoice *invoice);
|
|
|
|
|
Timespec gncInvoiceGetDateOpened (const GncInvoice *invoice);
|
|
|
|
|
time64 gncInvoiceGetDateOpenedTT (const GncInvoice *invoice);
|
|
|
|
|
Timespec gncInvoiceGetDatePosted (const GncInvoice *invoice);
|
|
|
|
|
time64 gncInvoiceGetDatePostedTT (const GncInvoice *invoice);
|
|
|
|
|
Timespec gncInvoiceGetDateDue (const GncInvoice *invoice);
|
|
|
|
|
time64 gncInvoiceGetDateDueTT (const GncInvoice *invoice);
|
|
|
|
|
GncBillTerm * gncInvoiceGetTerms (const GncInvoice *invoice);
|
|
|
|
|
const char * gncInvoiceGetBillingID (const GncInvoice *invoice);
|
|
|
|
|
const char * gncInvoiceGetNotes (const GncInvoice *invoice);
|
|
|
|
|
|