Request parameters for getInvoiceStatus operation in ShipmentInvoiceApi.

ShipmentInvoiceApiGetInvoiceStatusRequest

interface ShipmentInvoiceApiGetInvoiceStatusRequest {
    shipmentId: string;
}

Properties

Properties

shipmentId: string

The shipment identifier for the shipment.

ShipmentInvoiceApiGetInvoiceStatus