Variable: TA1_ACK_CODES
constTA1_ACK_CODES:object
TA1-04 interchange acknowledgment code (ASC X12 code list I13). Three
values: A accepted, E accepted with errors, R rejected. Distinct
from the 999 disposition (no M/W/X here - TA1 covers only the
interchange envelope, not crypto failures of contained groups).
Type Declaration
A
readonlyA:"A"="A"
E
readonlyE:"E"="E"
R
readonlyR:"R"="R"
Example
import type { Ta1AckCode } from "@cosyte/x12";
const accept: Ta1AckCode = "A";