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