Represents the packages to inbound.

InboundPackages

interface InboundPackages {
    packagesToInbound: DistributionPackageQuantity[];
}

Properties

packagesToInbound: DistributionPackageQuantity[]

List of packages to be inbounded.

InboundPackages