Copyright | (C) 2016 Braden Walters |
---|---|
License | MIT (see LICENSE file) |
Maintainer | Braden Walters <vc@braden-walters.info> |
Stability | experimental |
Portability | ghc |
Safe Haskell | None |
Language | Haskell2010 |
- data Details = Details {}
- data Amount = Amount {}
- data Item = Item {}
- data ItemList = ItemList {}
- data Transaction = Transaction {}
Documentation
Details about the amount of a transaction.
Amount of a transaction and its currency. The details must sum up to the total or the request is rejected.
An individual item being purchased.
Item | |
|
A list of items being purchased and the shipping address if one exists.