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 |
Network.Payments.PayPal.Types.Transaction
Description
- data Details = Details {}
- data Amount = Amount {}
- data Item = Item {}
- data ItemList = ItemList {}
- data Transaction = Transaction {}
Documentation
Details about the amount of a transaction.
Constructors
Details | |
Amount of a transaction and its currency. The details must sum up to the total or the request is rejected.
Constructors
Amount | |
Fields |
An individual item being purchased.
Constructors
Item | |
Fields
|
A list of items being purchased and the shipping address if one exists.
Constructors
ItemList | |
Fields |
data Transaction Source #
Details about a financial transaction over PayPal.
Constructors
Transaction | |
Fields |
Instances