stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.Fee

Description

Contains the types generated from the schema Fee

Synopsis

Documentation

data Fee Source #

Defines the object schema located at components.schemas.fee in the specification.

Constructors

Fee 

Fields

Instances

Instances details
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

mkFee Source #

Create a new Fee with all required fields.