UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (8 loc) 263 B
/** @description Reasons for cancellation */ export declare enum CancellationReason { Other = "other", NotReady = "not_ready", CostTooHigh = "cost_too_high", ServiceTooSlow = "service_too_slow", CarrierFailedPickup = "carrier_failed_pickup" }