Documentation

BillOfLadingV1Document extends Prediction
in package

Bill of Lading API version 1.1 document data.

Table of Contents

Properties

$billOfLadingNumber  : StringField
$carrier  : BillOfLadingV1Carrier
$carrierItems  : BillOfLadingV1CarrierItems
$consignee  : BillOfLadingV1Consignee
$dateOfIssue  : DateField
$departureDate  : DateField
$notifyParty  : BillOfLadingV1NotifyParty
$placeOfDelivery  : StringField
$portOfDischarge  : StringField
$portOfLoading  : StringField
$shipper  : BillOfLadingV1Shipper

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