UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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