| 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.Address
Description
- data Address = Address {}
- data ShippingAddressType
- data ShippingAddress = ShippingAddress {}
Documentation
Billing address of the payer.
Constructors
| Address | |
Fields | |
data ShippingAddressType Source #
The type of the address.
Constructors
| ShipAddrResidential | |
| ShipAddrBusiness | |
| ShipAddrMailbox |