Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EDI ¶
type EDI struct {
InterchangeControlEnvelope interchangeControlEnvelope
}
EDI holds all the segments to parse an EDI 824
type TransactionSet ¶
type TransactionSet struct { ST edisegment.ST // transaction set header (bump up counter for "ST" and create new TransactionSet) BGN edisegment.BGN // beginning statement OTIs []edisegment.OTI `validate:"min=1,dive"` // original transaction identifications TEDs []edisegment.TED `validate:"dive"` // technical error descriptions SE edisegment.SE // transaction set trailer }
TransactionSet holds the transaction set envelope for the 824
Click to show internal directories.
Click to hide internal directories.