Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema TerminalLocation
Synopsis
Documentation
data Terminal'location Source #
Defines the data type for the schema terminal.location
A Location represents a grouping of readers.
Related guide: Fleet Management.
Terminal'location | |
|
Instances
Eq Terminal'location Source # | |
Defined in StripeAPI.Types.TerminalLocation (==) :: Terminal'location -> Terminal'location -> Bool # (/=) :: Terminal'location -> Terminal'location -> Bool # | |
Show Terminal'location Source # | |
Defined in StripeAPI.Types.TerminalLocation showsPrec :: Int -> Terminal'location -> ShowS # show :: Terminal'location -> String # showList :: [Terminal'location] -> ShowS # | |
ToJSON Terminal'location Source # | |
Defined in StripeAPI.Types.TerminalLocation toJSON :: Terminal'location -> Value # toEncoding :: Terminal'location -> Encoding # toJSONList :: [Terminal'location] -> Value # toEncodingList :: [Terminal'location] -> Encoding # | |
FromJSON Terminal'location Source # | |
Defined in StripeAPI.Types.TerminalLocation parseJSON :: Value -> Parser Terminal'location # parseJSONList :: Value -> Parser [Terminal'location] # |
data Terminal'locationMetadata' Source #
Defines the data type for the schema terminal.locationMetadata'
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
Instances
data Terminal'locationObject' Source #
Defines the enum schema terminal.locationObject'
String representing the object's type. Objects of the same type share the same value.
Terminal'locationObject'EnumOther Value | |
Terminal'locationObject'EnumTyped String | |
Terminal'locationObject'EnumStringTerminal'location |
Instances
Eq Terminal'locationObject' Source # | |
Defined in StripeAPI.Types.TerminalLocation | |
Show Terminal'locationObject' Source # | |
Defined in StripeAPI.Types.TerminalLocation showsPrec :: Int -> Terminal'locationObject' -> ShowS # show :: Terminal'locationObject' -> String # showList :: [Terminal'locationObject'] -> ShowS # | |
ToJSON Terminal'locationObject' Source # | |
Defined in StripeAPI.Types.TerminalLocation | |
FromJSON Terminal'locationObject' Source # | |
Defined in StripeAPI.Types.TerminalLocation |