]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S4055.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4055.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S4055
7 ( simple4055
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 4055 Delivery or transport terms function code [B]
16 -- >
17 -- > Desc: Code specifying the function of delivery or transport
18 -- > terms.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > 1 Price condition
23 -- > Specifies a condition related to the price which a
24 -- > seller must fulfil before the buyer will complete a
25 -- > purchase.
26 -- >
27 -- > 2 Despatch condition
28 -- > Condition requested by the customer under which the
29 -- > supplier shall deliver: Extent of freight costs, means
30 -- > of transport.
31 -- >
32 -- > 3 Price and despatch condition
33 -- > Condition related to price and despatch that the seller
34 -- > must complete before the customer will agree payment.
35 -- >
36 -- > 4 Collected by customer
37 -- > Indicates that the customer will pick up the goods at
38 -- > the supplier. He will take care of the means of
39 -- > transport.
40 -- >
41 -- > 5 Transport condition
42 -- > Specifies the conditions under which the transport takes
43 -- > place under the responsibility of the carrier.
44 -- >
45 -- > 6 Delivery condition
46 -- > Specifies the conditions under which the goods must be
47 -- > delivered to the consignee.
48 simple4055 :: Parser Value
49 simple4055 = simple "4055" (alphaNumeric `upTo` 3)