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 counterpart The counterpart, type of counterpart
Public field elements The general elements of the invoice, type of elements
Public field issuer The issuer, type of issuer
Public field lines The invoice lines, type of List of invoiceLine
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