Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema GelatoVerifiedOutputs
Synopsis
- data GelatoVerifiedOutputs = GelatoVerifiedOutputs {
- gelatoVerifiedOutputsAddress :: Maybe GelatoVerifiedOutputsAddress'
- gelatoVerifiedOutputsDob :: Maybe GelatoVerifiedOutputsDob'
- gelatoVerifiedOutputsFirstName :: Maybe Text
- gelatoVerifiedOutputsIdNumber :: Maybe Text
- gelatoVerifiedOutputsIdNumberType :: Maybe GelatoVerifiedOutputsIdNumberType'
- gelatoVerifiedOutputsLastName :: Maybe Text
- mkGelatoVerifiedOutputs :: GelatoVerifiedOutputs
- data GelatoVerifiedOutputsAddress' = GelatoVerifiedOutputsAddress' {}
- mkGelatoVerifiedOutputsAddress' :: GelatoVerifiedOutputsAddress'
- data GelatoVerifiedOutputsDob' = GelatoVerifiedOutputsDob' {}
- mkGelatoVerifiedOutputsDob' :: GelatoVerifiedOutputsDob'
- data GelatoVerifiedOutputsIdNumberType'
Documentation
data GelatoVerifiedOutputs Source #
Defines the object schema located at components.schemas.gelato_verified_outputs
in the specification.
GelatoVerifiedOutputs | |
|
Instances
Eq GelatoVerifiedOutputs Source # | |
Defined in StripeAPI.Types.GelatoVerifiedOutputs (==) :: GelatoVerifiedOutputs -> GelatoVerifiedOutputs -> Bool # (/=) :: GelatoVerifiedOutputs -> GelatoVerifiedOutputs -> Bool # | |
Show GelatoVerifiedOutputs Source # | |
Defined in StripeAPI.Types.GelatoVerifiedOutputs showsPrec :: Int -> GelatoVerifiedOutputs -> ShowS # show :: GelatoVerifiedOutputs -> String # showList :: [GelatoVerifiedOutputs] -> ShowS # | |
ToJSON GelatoVerifiedOutputs Source # | |
Defined in StripeAPI.Types.GelatoVerifiedOutputs toJSON :: GelatoVerifiedOutputs -> Value # toEncoding :: GelatoVerifiedOutputs -> Encoding # toJSONList :: [GelatoVerifiedOutputs] -> Value # toEncodingList :: [GelatoVerifiedOutputs] -> Encoding # | |
FromJSON GelatoVerifiedOutputs Source # | |
Defined in StripeAPI.Types.GelatoVerifiedOutputs parseJSON :: Value -> Parser GelatoVerifiedOutputs # parseJSONList :: Value -> Parser [GelatoVerifiedOutputs] # |
mkGelatoVerifiedOutputs :: GelatoVerifiedOutputs Source #
Create a new GelatoVerifiedOutputs
with all required fields.
data GelatoVerifiedOutputsAddress' Source #
Defines the object schema located at components.schemas.gelato_verified_outputs.properties.address.anyOf
in the specification.
The user\'s verified address.
GelatoVerifiedOutputsAddress' | |
|
Instances
mkGelatoVerifiedOutputsAddress' :: GelatoVerifiedOutputsAddress' Source #
Create a new GelatoVerifiedOutputsAddress'
with all required fields.
data GelatoVerifiedOutputsDob' Source #
Defines the object schema located at components.schemas.gelato_verified_outputs.properties.dob.anyOf
in the specification.
The user’s verified date of birth.
GelatoVerifiedOutputsDob' | |
|
Instances
mkGelatoVerifiedOutputsDob' :: GelatoVerifiedOutputsDob' Source #
Create a new GelatoVerifiedOutputsDob'
with all required fields.
data GelatoVerifiedOutputsIdNumberType' Source #
Defines the enum schema located at components.schemas.gelato_verified_outputs.properties.id_number_type
in the specification.
The user's verified id number type.
GelatoVerifiedOutputsIdNumberType'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
GelatoVerifiedOutputsIdNumberType'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
GelatoVerifiedOutputsIdNumberType'EnumBrCpf | Represents the JSON value |
GelatoVerifiedOutputsIdNumberType'EnumSgNric | Represents the JSON value |
GelatoVerifiedOutputsIdNumberType'EnumUsSsn | Represents the JSON value |