Documentation

FinancialDocumentV1Document extends Prediction
in package

Financial Document API version 1.11 document data.

Table of Contents

Properties

$billingAddress  : StringField
$category  : ClassificationField
$customerAddress  : StringField
$customerCompanyRegistrations  : array<string|int, CompanyRegistrationField>
$customerId  : StringField
$customerName  : StringField
$date  : DateField
$documentNumber  : StringField
$documentType  : ClassificationField
$dueDate  : DateField
$invoiceNumber  : StringField
$lineItems  : FinancialDocumentV1LineItems
$locale  : LocaleField
$paymentDate  : DateField
$poNumber  : StringField
$receiptNumber  : StringField
$referenceNumbers  : array<string|int, StringField>
$shippingAddress  : StringField
$subcategory  : ClassificationField
$supplierAddress  : StringField
$supplierCompanyRegistrations  : array<string|int, CompanyRegistrationField>
$supplierEmail  : StringField
$supplierName  : StringField
$supplierPaymentDetails  : array<string|int, PaymentDetailsField>
$supplierPhoneNumber  : StringField
$supplierWebsite  : StringField
$taxes  : Taxes
$time  : StringField
$tip  : AmountField
$totalAmount  : AmountField
$totalNet  : AmountField
$totalTax  : AmountField

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
$rawPrediction : array<string|int, mixed>

Raw prediction from HTTP response.

$pageId : int|null = null

Page number for multi pages document.

Tags
throws
MindeeUnsetException

Throws if a field doesn't appear in the response.


        
On this page

Search results