Module: DigiwinDsp::Enums::DistributorCode

Defined in:
lib/digiwin_dsp/enums.rb

Overview

distributor_code on inbound Webhooks::LogisticsUpdate (DSPOOFFICIAL100). Spec lists only these two; handle unknown carriers defensively.

Constant Summary collapse

HCT =

新竹倉儲

"HCT"
CAT =

統一速達(黑貓)

"CAT"
ALL =
[HCT, CAT].freeze