Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
Fee | |
|