| Copyright | (C) 2016 Braden Walters |
|---|---|
| License | MIT (see LICENSE file) |
| Maintainer | Braden Walters <vc@braden-walters.info> |
| Stability | experimental |
| Portability | ghc |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Network.Payments.PayPal.Environment
Description
- newtype EnvironmentUrl = EnvironmentUrl String
- sandboxUrl :: EnvironmentUrl
- liveUrl :: EnvironmentUrl
Documentation
newtype EnvironmentUrl Source #
URL of a PayPal environment.
Constructors
| EnvironmentUrl String |
Instances
sandboxUrl :: EnvironmentUrl Source #
URL to sandbox environment.
liveUrl :: EnvironmentUrl Source #
URL to live environment.