RequestMyIncome Class
By this class you can retrieve the income invoices.
Name | Description | |
---|---|---|
![]() |
RequestMyIncome(string, string, string, string, string, bool) | Initialize RequestMyIncome |
Name | Description | |
---|---|---|
![]() |
Request(int, string[], bool) | Request - Get all Income Invoices |
![]() |
get_ErrorMessage() | Gets the myDATA error message. If there is no error, returns Null |
![]() |
get_Invoices() |
Gets all invoices into a Data Table, ready to be displayed into a grid. Returns a data table containing the following columns: index, issuer, counterpart, issueDate, invoiceType, selfPricing totalNetValue, totalVatAmount, totalWithheldAmount, totalFeesAmount, totalStampDutyamount, totalOtherTaxesAmount, totalDeductionsAmount, totalGrossValue, totalEntries, mark in that order. |
Get started and retrieve your first Invoice