stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetIdentityVerificationReports

Description

Contains the different functions to run the operation getIdentityVerificationReports

Synopsis

Documentation

getIdentityVerificationReports Source #

Arguments

:: forall m. MonadHTTP m 
=> GetIdentityVerificationReportsParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response GetIdentityVerificationReportsResponse)

Monadic computation which returns the result of the operation

GET /v1/identity/verification_reports

<p>List all verification reports.</p>

data GetIdentityVerificationReportsParameters Source #

Defines the object schema located at paths./v1/identity/verification_reports.GET.parameters in the specification.

Constructors

GetIdentityVerificationReportsParameters 

Fields

data GetIdentityVerificationReportsParametersQueryCreated'OneOf1 Source #

Defines the object schema located at paths./v1/identity/verification_reports.GET.parameters.properties.queryCreated.anyOf in the specification.

Instances

Instances details
Eq GetIdentityVerificationReportsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

Show GetIdentityVerificationReportsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

ToJSON GetIdentityVerificationReportsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

FromJSON GetIdentityVerificationReportsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

data GetIdentityVerificationReportsParametersQueryCreated'Variants Source #

Defines the oneOf schema located at paths./v1/identity/verification_reports.GET.parameters.properties.queryCreated.anyOf in the specification.

Represents the parameter named 'created'

Instances

Instances details
Eq GetIdentityVerificationReportsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

Show GetIdentityVerificationReportsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

ToJSON GetIdentityVerificationReportsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

FromJSON GetIdentityVerificationReportsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

data GetIdentityVerificationReportsParametersQueryType' Source #

Defines the enum schema located at paths./v1/identity/verification_reports.GET.parameters.properties.queryType in the specification.

Represents the parameter named 'type'

Only return VerificationReports of this type

Constructors

GetIdentityVerificationReportsParametersQueryType'Other Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

GetIdentityVerificationReportsParametersQueryType'Typed Text

This constructor can be used to send values to the server which are not present in the specification yet.

GetIdentityVerificationReportsParametersQueryType'EnumDocument

Represents the JSON value "document"

GetIdentityVerificationReportsParametersQueryType'EnumIdNumber

Represents the JSON value "id_number"

Instances

Instances details
Eq GetIdentityVerificationReportsParametersQueryType' Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

Show GetIdentityVerificationReportsParametersQueryType' Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

ToJSON GetIdentityVerificationReportsParametersQueryType' Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

FromJSON GetIdentityVerificationReportsParametersQueryType' Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

data GetIdentityVerificationReportsResponseBody200 Source #

Defines the object schema located at paths./v1/identity/verification_reports.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetIdentityVerificationReportsResponseBody200 

Fields

Instances

Instances details
Eq GetIdentityVerificationReportsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

Show GetIdentityVerificationReportsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

ToJSON GetIdentityVerificationReportsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports

FromJSON GetIdentityVerificationReportsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetIdentityVerificationReports