@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
9 lines (8 loc) • 314 B
TypeScript
import { ShippedShipment } from '../pickup/shipped-shipment';
import { ManifestCustoms } from './manifest-customs';
export declare class ManifestRequestShipment extends ShippedShipment {
manifest_request_shipment_id: string;
ship_datetime?: string;
reference?: string;
customs?: ManifestCustoms;
}