Financial Document API version 1.11 document data.

Implements

Constructors

Properties

billingAddress: StringField

The customer's address used for billing.

The purchase category, only for receipts.

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.

date: DateField

The date the purchase was made.

documentNumber: StringField

The document number or identifier (invoice number or receipt number).

The type of the document: INVOICE or CREDIT NOTE if it is an invoice, CREDIT CARD RECEIPT or EXPENSE RECEIPT if it is a receipt.

dueDate: DateField

The date on which the payment is due.

invoiceNumber: StringField

The invoice number or identifier only if document is an invoice.

lineItems: FinancialDocumentV1LineItem[] = []

List of line item present on the document.

locale: LocaleField

The locale of the document.

paymentDate: DateField

The date on which the payment is due / fullfilled.

poNumber: StringField

The purchase order number, only if the document is an invoice.

receiptNumber: StringField

The receipt number or identifier only if document is a receipt.

referenceNumbers: StringField[] = []

List of Reference numbers, including PO number, only if the document is an invoice.

shippingAddress: StringField

The customer's address used for shipping.

The purchase subcategory for transport and food, only for receipts.

supplierAddress: StringField

The address of the supplier or merchant.

supplierCompanyRegistrations: CompanyRegistrationField[] = []

List of company registration numbers associated to the supplier.

supplierEmail: StringField

The email of the supplier or merchant.

supplierName: StringField

The name of the supplier or merchant.

supplierPaymentDetails: PaymentDetailsField[] = []

List of payment details associated to the supplier (only for invoices).

supplierPhoneNumber: StringField

The phone number of the supplier or merchant.

supplierWebsite: StringField

The website URL of the supplier or merchant.

taxes: Taxes

List of all taxes on the document.

The time the purchase was made (only for receipts).

The total amount of tip and gratuity

totalAmount: AmountField

The total amount paid: includes taxes, tips, fees, and other charges.

totalNet: AmountField

The net amount paid: does not include taxes, fees, and discounts.

totalTax: AmountField

The sum of all taxes present on the document.

Methods