]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S4237.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4237.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S4237
7 ( simple4237
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 4237 Payment arrangement code [B]
16 -- >
17 -- > Desc: Code specifying the arrangements for a payment.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > A Payable elsewhere
22 -- > Responsibility for payment of transport charges unknown
23 -- > at time of departure.
24 -- >
25 -- > B Third party to pay
26 -- > A third party to pay the freight bill is known at the
27 -- > time of shipment.
28 -- >
29 -- > C Collect
30 -- > Charges are (to be) collected from the consignee at the
31 -- > destination.
32 -- >
33 -- > P Prepaid
34 -- > Charges are (to be) prepaid before the transport
35 -- > actually leaves.
36 simple4237 :: Parser Value
37 simple4237 = simple "4237" (alphaNumeric `upTo` 3)