Invoice API version 4.9 document data.

Implements

Constructors

Properties

billingAddress: StringField

The customer billing address.

customerAddress: StringField

The address of the customer.

customerCompanyRegistrations: CompanyRegistrationField[] = []

List of company registration numbers associated to the customer.

customerId: StringField

The customer account number or identifier from the supplier.

customerName: StringField

The name of the customer or client.

date: DateField

The date the purchase was made.

Document type: INVOICE or CREDIT NOTE.

dueDate: DateField

The date on which the payment is due.

invoiceNumber: StringField

The invoice number or identifier.

lineItems: InvoiceV4LineItem[] = []

List of all the line items present on the invoice.

locale: LocaleField

The locale of the document.

paymentDate: DateField

The date on which the payment is due / was full-filled.

poNumber: StringField

The purchase order number.

referenceNumbers: StringField[] = []

List of all reference numbers on the invoice, including the purchase order number.

shippingAddress: StringField

Customer's delivery address.

supplierAddress: StringField

The address of the supplier or merchant.

supplierCompanyRegistrations: CompanyRegistrationField[] = []

List of company registration numbers associated to the supplier.

supplierEmail: StringField

The email address of the supplier or merchant.

supplierName: StringField

The name of the supplier or merchant.

supplierPaymentDetails: PaymentDetailsField[] = []

List of payment details associated to the supplier of the invoice.

supplierPhoneNumber: StringField

The phone number of the supplier or merchant.

supplierWebsite: StringField

The website URL of the supplier or merchant.

taxes: Taxes

List of taxes. Each item contains the detail of the tax.

totalAmount: AmountField

The total amount of the invoice: includes taxes, tips, fees, and other charges.

totalNet: AmountField

The net amount of the invoice: does not include taxes, fees, and discounts.

totalTax: AmountField

The total tax: the sum of all the taxes for this invoice.

Methods