DeliveryNoteV1Document
extends Prediction
in package
Delivery note API version 1.1 document data.
Table of Contents
Properties
- $customerAddress : StringField
- $customerName : StringField
- $deliveryDate : DateField
- $deliveryNumber : StringField
- $supplierAddress : StringField
- $supplierName : StringField
- $totalAmount : AmountField
Methods
- __construct() : mixed
- __toString() : string
Properties
$customerAddress
public
StringField
$customerAddress
The address of the customer receiving the goods.
$customerName
public
StringField
$customerName
The name of the customer receiving the goods.
$deliveryDate
public
DateField
$deliveryDate
The date on which the delivery is scheduled to arrive.
$deliveryNumber
public
StringField
$deliveryNumber
A unique identifier for the delivery note.
$supplierAddress
public
StringField
$supplierAddress
The address of the supplier providing the goods.
$supplierName
public
StringField
$supplierName
The name of the supplier providing the goods.
$totalAmount
public
AmountField
$totalAmount
The total monetary value of the goods being delivered.
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
__toString()
public
__toString() : string
Return values
string —String representation.