Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 3.27 KB

File metadata and controls

33 lines (30 loc) · 3.27 KB

# Invoice

Properties

Name Type Description Notes
invoiceNumber string BT-1 The number of the invoice [optional]
invoiceDate \DateTime BT-2 The date of the invoice [optional]
invoiceType \Dangl\AVACloud\Model\InvoiceType [optional]
currencyCode string BT-5 The three letter ISO currency code [optional]
paymentDueDate \DateTime BT-9 Until when the payment is due [optional]
references \Dangl\AVACloud\Model\References [optional]
paymentTerms string BT-20 A text description of payment terms, e.g. cash discounts or payment conditions [optional]
parsedPaymentTerms \Dangl\AVACloud\Model\PaymentTerm[] If the PaymentTerms are present and in a correct format, this read-only property can be used to get the actual parsed payment terms in a deserialized and structured format. This will be null if PaymentTerms are not present or not in the correct format [optional]
previousInvoices \Dangl\AVACloud\Model\PreviousInvoice[] BG-3 In case of partial or final invoices, it's possible to reference the previous invoice numbers [optional]
buyer \Dangl\AVACloud\Model\Organization [optional]
seller \Dangl\AVACloud\Model\Organization [optional]
sellerTaxRepresentative \Dangl\AVACloud\Model\Organization [optional]
payee \Dangl\AVACloud\Model\Payee [optional]
invoiceNotes \Dangl\AVACloud\Model\InvoiceNote[] BG-1 If present, this is an unstructured text that can be used to give additional information about the invoice. Field BG-1 [optional]
invoicePeriod \Dangl\AVACloud\Model\InvoicePeriod [optional]
deliveryInformation \Dangl\AVACloud\Model\DeliveryInformation [optional]
totals \Dangl\AVACloud\Model\InvoiceTotals [optional]
paymentInstructions \Dangl\AVACloud\Model\PaymentInstructions [optional]
documents \Dangl\AVACloud\Model\SupportingDocument[] BG-24 Attached documents to the invoice [optional]
vatBreakdown \Dangl\AVACloud\Model\VatBreakdown[] BG-23 This is used to list VAT by category, e.g. for invoices where parts are in different VAT categories [optional]
allowances \Dangl\AVACloud\Model\InvoiceAllowance[] BG-20 Allowances / deductions on the invoice [optional]
charges \Dangl\AVACloud\Model\InvoiceCharge[] BG-21 Charges / additional costs on the invoice [optional]
lineItems \Dangl\AVACloud\Model\InvoiceLineItem[] BG-25 Single line items in the invoice [optional]
sourceType \Dangl\AVACloud\Model\SourceType
facturXData \Dangl\AVACloud\Model\FacturXData [optional]

[Back to Model list] [Back to API list] [Back to README]