Module: Cetustek::CarrierType
- Defined in:
- lib/cetustek/models/invoice_data.rb
Overview
CarrierType (載具類別) codes named in spec AVM-26-03 Table 1. The field is 6 chars and 依電子整合平台核發填入, so any other code is accepted as-is.
Constant Summary collapse
- MOBILE_BARCODE =
手機條碼,以「/」起始
'3J0002'- CITIZEN_CERT =
自然人憑證條碼,2 碼大寫字母加 14 碼數字
'CQ0001'- CETUSTEK_CARD =
鯨躍發票卡
'EJ0011'- WITHOUT_HIDDEN_CODE =
These carriers 「無顯碼隱碼區分」, so CarrierId1 and CarrierId2 hold the same value. Member carriers (e.g. 鯨躍發票卡) do carry distinct codes.
[MOBILE_BARCODE, CITIZEN_CERT].freeze