stripe-0.3.0.2: A Haskell implementation of the Stripe API.

Safe HaskellNone

Web.Stripe.Connect

Synopsis

Documentation

newtype APIKey Source

A key used when authenticating to the Stripe API.

Constructors

APIKey 

Fields

unAPIKey :: Text
 

Instances

data Scope Source

Constructors

ReadOnly 
ReadWrite 

Instances

data Landing Source

Constructors

Login 
Register 

Instances