| 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.Payer
Description
- data PayerInfo = PayerInfo {}
- data PaymentMethod
- data PayerStatus
- data Payer = Payer {}
Documentation
Optional additional information about the payer.
Constructors
| PayerInfo | |
Fields | |
data PayerStatus Source #
Account verification status of the payer.
Constructors
| PayerStatusVerified | |
| PayerStatusUnverified |
Instances
Information about the payer in a transaction.
Constructors
| Payer | |