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

AcceptedRate

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

Properties

billedWeight?: Weight

AcceptedRate

AcceptedRate

serviceType?: ServiceType

AcceptedRate

totalCharge?: Currency

AcceptedRate