| 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.Currency
Description
Documentation
Currencies supported by PayPal.
newtype MonetaryAmount Source #
Type based on Decimal which is used for holding monetary amounts and can be encoded to and decoded from JSON. Encodes to a string, decodes from string or number.
Constructors
| MonetaryAmount Decimal |
Instances