| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StripeAPI.Types.DeletedTerminalLocation
Description
Contains the types generated from the schema DeletedTerminalLocation
Synopsis
Documentation
data DeletedTerminal'location Source #
Defines the data type for the schema deleted_terminal.location
Constructors
| DeletedTerminal'location | |
Fields
| |
Instances
| Eq DeletedTerminal'location Source # | |
Defined in StripeAPI.Types.DeletedTerminalLocation Methods (==) :: DeletedTerminal'location -> DeletedTerminal'location -> Bool # (/=) :: DeletedTerminal'location -> DeletedTerminal'location -> Bool # | |
| Show DeletedTerminal'location Source # | |
Defined in StripeAPI.Types.DeletedTerminalLocation Methods showsPrec :: Int -> DeletedTerminal'location -> ShowS # show :: DeletedTerminal'location -> String # showList :: [DeletedTerminal'location] -> ShowS # | |
| ToJSON DeletedTerminal'location Source # | |
Defined in StripeAPI.Types.DeletedTerminalLocation Methods toJSON :: DeletedTerminal'location -> Value # toEncoding :: DeletedTerminal'location -> Encoding # toJSONList :: [DeletedTerminal'location] -> Value # | |
| FromJSON DeletedTerminal'location Source # | |
Defined in StripeAPI.Types.DeletedTerminalLocation Methods parseJSON :: Value -> Parser DeletedTerminal'location # parseJSONList :: Value -> Parser [DeletedTerminal'location] # | |
data DeletedTerminal'locationDeleted' Source #
Defines the enum schema deleted_terminal.locationDeleted'
Always true for a deleted object
Constructors
| DeletedTerminal'locationDeleted'EnumOther Value | |
| DeletedTerminal'locationDeleted'EnumTyped Bool | |
| DeletedTerminal'locationDeleted'EnumBoolTrue |
Instances
data DeletedTerminal'locationObject' Source #
Defines the enum schema deleted_terminal.locationObject'
String representing the object's type. Objects of the same type share the same value.
Constructors
| DeletedTerminal'locationObject'EnumOther Value | |
| DeletedTerminal'locationObject'EnumTyped String | |
| DeletedTerminal'locationObject'EnumStringTerminal'location |