Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.48 KB

ReceiptRecognitionResult.md

File metadata and controls

18 lines (14 loc) · 1.48 KB

ReceiptRecognitionResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
timestamp datetime The date and time printed on the receipt (if included on the receipt) [optional]
business_name str The name of the business printed on the receipt (if included on the receipt) [optional]
business_website str The website URL of the business printed on the receipt (if included on the receipt) [optional]
address_string str The address of the business printed on the receipt (if included on the receipt) [optional]
phone_number str The phone number printed on the receipt (if included on the receipt) [optional]
receipt_items list[ReceiptLineItem] The individual line items comprising the order; does not include total (see ReceiptTotal) [optional]
receipt_sub_total float Optional; if available, the monetary value of the receipt subtotal - typically not including specialized line items such as Tax. If this value is not available, it will be 0. [optional]
receipt_total float The total monetary value of the receipt (if included on the receipt) [optional]

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