aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6353.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S6353.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S6353.hs33
1 files changed, 33 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S6353.hs b/specification/src/Text/Edifact/D96A/Simples/S6353.hs
new file mode 100644
index 0000000..1fe401c
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S6353.hs
@@ -0,0 +1,33 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S6353
7 ( simple6353
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 6353 Number of units qualifier
16-- >
17-- > Desc: Indication of the objective of number of units information.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Number of pricing units
22-- > [6170] Number of units which multiplied by the unit price
23-- > gives 5116 Line item amount.
24-- > 2 Transportable unit
25-- > Self explanatory.
26-- > 3 Number of debit units
27-- > The number of units which are debited by the sender of
28-- > the consignment to the receiving party.
29-- > 4 Number of received units
30-- > The number of units which are received by the receiving
31-- > party of the consignment.
32simple6353 :: Parser Value
33simple6353 = simple "6353" (alphaNumeric `upTo` 3)