invoice Structure

Struct invoice 
It contains all the necessary fields for an invoice.
Public Structure invoice
This language is not supported or no code example is available.
public struct invoice
This language is not supported or no code example is available.
Fields
 
Name Description
Public field QRUrl The myDATA QR Code URL of the invoice
Public field counterpart The counterpart, type of counterpart
Public field downloadingInvoiceUrl mandatory only for Invoicing Providers 
Determines the Provider URL of the final invoice.
Public field elements The general elements of the invoice, type of elements
Public field invoiceDeliveryEvents The delivery life circle, as List(Of invoiceDeliveryEvent)
Public field invoiceDeliveryStatus The current delivery status, type of Integer. 
You can get the delivery status using the method myDATATools.getInvoiceDeliveryStatus
Public field issuer The issuer, type of issuer
Public field lines The invoice lines, type of List of invoiceLine
Public field packingsDeclarations Packing Declatarions information, type of packingsDeclarations
Public field payments The invoice payments, type of List of paymentMethod
Public field transportDetails The transportDetails of the invoice, type of list of otherTransportDetails
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition