mindee
    Preparing search index...

    Receipt API version 5.4 document data.

    Implements

    Index

    Constructors

    Properties

    The purchase category of the receipt.

    date: DateField

    The date the purchase was made.

    The type of receipt: EXPENSE RECEIPT or CREDIT CARD RECEIPT.

    lineItems: ReceiptV5LineItem[] = []

    List of all line items on the receipt.

    locale: LocaleField

    The locale of the document.

    receiptNumber: StringField

    The receipt number or identifier.

    The purchase subcategory of the receipt for transport and food.

    supplierAddress: StringField

    The address of the supplier or merchant.

    supplierCompanyRegistrations: CompanyRegistrationField[] = []

    List of company registration numbers associated to the supplier.

    supplierName: StringField

    The name of the supplier or merchant.

    supplierPhoneNumber: StringField

    The phone number of the supplier or merchant.

    taxes: Taxes

    The list of taxes present on the receipt.

    The time the purchase was made.

    The total amount of tip and gratuity.

    totalAmount: AmountField

    The total amount paid: includes taxes, discounts, fees, tips, and gratuity.

    totalNet: AmountField

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

    totalTax: AmountField

    The sum of all taxes.

    Methods