Selling Partner API SDK for JavaScript
    Preparing search index...

    The specific rate purchased for the shipment, or null if unpurchased.

    interface AcceptedRate {
        billedWeight?: Weight;
        promise?: ShippingPromiseSet;
        serviceType?: ServiceType;
        totalCharge?: Currency;
    }
    Index

    Properties

    billedWeight?: Weight
    serviceType?: ServiceType
    totalCharge?: Currency