RequestInvoicesProvider Class
With this class, you can retrieve the invoices sent by the entity or sent to the entity.
Name | Description | |
---|---|---|
![]() |
RequestInvoicesProvider(string, string, string, string, string, bool) |
Creates a new instance of the RequestInvoicesProvider This class should be used only from Providers. |
Name | Description | |
---|---|---|
![]() |
Request(string, int, bool) | Request - Get all invoices invoices sent by the entity. |
![]() |
getErrorMessage() | Get the myDATA error message. If there is no error, it returns Null |
![]() |
getInvoices() |
Get the summary of all invoices into a DataTable, ready to be displayed in a grid. Returns a data table containing the following columns: index, issuerVAT, invoiceProviderMark, invoiceUid, authenticationCode in that order. |
Get started and retrieve your first Invoice