RequestMyIncome Class

Class RequestMyIncome 
By this class you can retrieve the income invoices.
Public Class RequestMyIncome
This language is not supported or no code example is available.
public class RequestMyIncome
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Request(int, string[], bool) Request - Get all Income Invoices
Public method get_ErrorMessage() Gets the myDATA error message. If there is no error, returns Null
Public method 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.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition