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
$billOfLadingNumber
public
StringField
$billOfLadingNumber
A unique identifier assigned to a Bill of Lading document.
$carrier
public
BillOfLadingV1Carrier
$carrier
The shipping company responsible for transporting the goods.
$carrierItems
public
BillOfLadingV1CarrierItems
$carrierItems
The goods being shipped.
$consignee
public
BillOfLadingV1Consignee
$consignee
The party to whom the goods are being shipped.
$dateOfIssue
public
DateField
$dateOfIssue
The date when the bill of lading is issued.
$departureDate
public
DateField
$departureDate
The date when the vessel departs from the port of loading.
$notifyParty
public
BillOfLadingV1NotifyParty
$notifyParty
The party to be notified of the arrival of the goods.
$placeOfDelivery
public
StringField
$placeOfDelivery
The place where the goods are to be delivered.
$portOfDischarge
public
StringField
$portOfDischarge
The port where the goods are unloaded from the vessel.
$portOfLoading
public
StringField
$portOfLoading
The port where the goods are loaded onto the vessel.
$shipper
public
BillOfLadingV1Shipper
$shipper
The party responsible for shipping the goods.
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.