stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.Fee

Description

Contains the types generated from the schema Fee

Synopsis

Documentation

data Fee Source #

Defines the data type for the schema fee

Constructors

Fee 

Fields

Instances
Eq Fee Source # 
Instance details

Defined in StripeAPI.Types.Fee

Methods

(==) :: Fee -> Fee -> Bool #

(/=) :: Fee -> Fee -> Bool #

Show Fee Source # 
Instance details

Defined in StripeAPI.Types.Fee

Methods

showsPrec :: Int -> Fee -> ShowS #

show :: Fee -> String #

showList :: [Fee] -> ShowS #

ToJSON Fee Source # 
Instance details

Defined in StripeAPI.Types.Fee

FromJSON Fee Source # 
Instance details

Defined in StripeAPI.Types.Fee