| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.Fee
Description
Contains the types generated from the schema Fee
Synopsis
- data Fee = Fee {
- feeAmount :: Integer
- feeApplication :: Maybe Text
- feeCurrency :: Text
- feeDescription :: Maybe Text
- feeType :: Text
Documentation
Defines the data type for the schema fee
Constructors
| Fee | |
Fields
| |