Interface BulkDomesticRateResponseInterfaceInternal

Interface version of BulkDomesticRateResponse

interface BulkDomesticRateResponseInterface {
    rates: DomesticRateResponseInterface[];
    request_id: null | string;
}

Implemented by

Properties

Properties

The rates for this package

request_id: null | string