The response schema for the getBillOfLading operation.

Export

GetBillOfLadingResponse

interface GetBillOfLadingResponse {
    errors?: Error[];
    payload?: BillOfLadingDownloadURL;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetBillOfLadingResponse

Memberof

GetBillOfLadingResponse