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