Interface DomesticRateResponseInterfaceInternal

Interface version of DomesticRateResponse

interface DomesticRateResponseInterface {
    __typename: "DomesticRateError" | "DomesticRate";
    account_number: null | string;
    carrier: CarrierName;
    requested_rate_class: RateClass;
    service_code: string;
}

Hierarchy (View Summary)

Implemented by

Properties

__typename: "DomesticRateError" | "DomesticRate"

Typename that can be used as an alternative to instanceof for type guards

account_number: null | string

The account number used for the request

carrier: CarrierName

The carrier requests

requested_rate_class: RateClass

The class of rates requests

service_code: string

The service code requested.