Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
PlatformTaxFee | |
|
Instances
Eq PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee (==) :: PlatformTaxFee -> PlatformTaxFee -> Bool # (/=) :: PlatformTaxFee -> PlatformTaxFee -> Bool # | |
Show PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee showsPrec :: Int -> PlatformTaxFee -> ShowS # show :: PlatformTaxFee -> String # showList :: [PlatformTaxFee] -> ShowS # | |
ToJSON PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee toJSON :: PlatformTaxFee -> Value # toEncoding :: PlatformTaxFee -> Encoding # toJSONList :: [PlatformTaxFee] -> Value # toEncodingList :: [PlatformTaxFee] -> Encoding # | |
FromJSON PlatformTaxFee Source # | |
Defined in StripeAPI.Types.PlatformTaxFee 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.
PlatformTaxFeeObject'EnumOther Value | |
PlatformTaxFeeObject'EnumTyped String | |
PlatformTaxFeeObject'EnumStringPlatformTaxFee |
Instances
Eq PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee (==) :: PlatformTaxFeeObject' -> PlatformTaxFeeObject' -> Bool # (/=) :: PlatformTaxFeeObject' -> PlatformTaxFeeObject' -> Bool # | |
Show PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee showsPrec :: Int -> PlatformTaxFeeObject' -> ShowS # show :: PlatformTaxFeeObject' -> String # showList :: [PlatformTaxFeeObject'] -> ShowS # | |
ToJSON PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee toJSON :: PlatformTaxFeeObject' -> Value # toEncoding :: PlatformTaxFeeObject' -> Encoding # toJSONList :: [PlatformTaxFeeObject'] -> Value # toEncodingList :: [PlatformTaxFeeObject'] -> Encoding # | |
FromJSON PlatformTaxFeeObject' Source # | |
Defined in StripeAPI.Types.PlatformTaxFee parseJSON :: Value -> Parser PlatformTaxFeeObject' # parseJSONList :: Value -> Parser [PlatformTaxFeeObject'] # |