The manual processing fee per unit and total fee for a shipment.

Export

BoxContentsFeeDetails

interface BoxContentsFeeDetails {
    FeePerUnit?: Amount;
    TotalFee?: Amount;
    TotalUnits?: number;
}

Properties

FeePerUnit?: Amount

Memberof

BoxContentsFeeDetails

TotalFee?: Amount

Memberof

BoxContentsFeeDetails

TotalUnits?: number

The item quantity.

Memberof

BoxContentsFeeDetails