| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.PlatformTaxFee
Description
Contains the types generated from the schema PlatformTaxFee
Synopsis
- data PlatformTaxFee = PlatformTaxFee {}
- data PlatformTaxFeeObject'
Documentation
data PlatformTaxFee Source #
Defines the data type for the schema platform_tax_fee
Constructors
| PlatformTaxFee | |
Fields
| |
Instances
| Eq PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods (==) :: PlatformTaxFee -> PlatformTaxFee -> Bool # (/=) :: PlatformTaxFee -> PlatformTaxFee -> Bool # | |
| Show PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods showsPrec :: Int -> PlatformTaxFee -> ShowS # show :: PlatformTaxFee -> String # showList :: [PlatformTaxFee] -> ShowS # | |
| ToJSON PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods toJSON :: PlatformTaxFee -> Value # toEncoding :: PlatformTaxFee -> Encoding # toJSONList :: [PlatformTaxFee] -> Value # toEncodingList :: [PlatformTaxFee] -> Encoding # | |
| FromJSON PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods parseJSON :: Value -> Parser PlatformTaxFee # parseJSONList :: Value -> Parser [PlatformTaxFee] # | |
data PlatformTaxFeeObject' Source #
Defines the enum schema platform_tax_feeObject'
String representing the object's type. Objects of the same type share the same value.
Constructors
| PlatformTaxFeeObject'EnumOther Value | |
| PlatformTaxFeeObject'EnumTyped String | |
| PlatformTaxFeeObject'EnumStringPlatformTaxFee |
Instances
| Eq PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods (==) :: PlatformTaxFeeObject' -> PlatformTaxFeeObject' -> Bool # (/=) :: PlatformTaxFeeObject' -> PlatformTaxFeeObject' -> Bool # | |
| Show PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods showsPrec :: Int -> PlatformTaxFeeObject' -> ShowS # show :: PlatformTaxFeeObject' -> String # showList :: [PlatformTaxFeeObject'] -> ShowS # | |
| ToJSON PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods toJSON :: PlatformTaxFeeObject' -> Value # toEncoding :: PlatformTaxFeeObject' -> Encoding # toJSONList :: [PlatformTaxFeeObject'] -> Value # toEncodingList :: [PlatformTaxFeeObject'] -> Encoding # | |
| FromJSON PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee Methods parseJSON :: Value -> Parser PlatformTaxFeeObject' # parseJSONList :: Value -> Parser [PlatformTaxFeeObject'] # | |