Interface CarrierWarningInterfaceInternal

Interface version of CarrierWarning

interface CarrierWarningInterface {
    code: string;
    message: null | string;
}

Implemented by

Properties

Properties

code: string

The code associated with the warning, from the carrier's API

message: null | string

The human-readable warning message, if applicable