Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getIdentityVerificationReportsReport
Synopsis
- getIdentityVerificationReportsReport :: forall m. MonadHTTP m => GetIdentityVerificationReportsReportParameters -> StripeT m (Response GetIdentityVerificationReportsReportResponse)
- data GetIdentityVerificationReportsReportParameters = GetIdentityVerificationReportsReportParameters {}
- mkGetIdentityVerificationReportsReportParameters :: Text -> GetIdentityVerificationReportsReportParameters
- data GetIdentityVerificationReportsReportResponse
Documentation
getIdentityVerificationReportsReport Source #
:: forall m. MonadHTTP m | |
=> GetIdentityVerificationReportsReportParameters | Contains all available parameters of this operation (query and path parameters) |
-> StripeT m (Response GetIdentityVerificationReportsReportResponse) | Monadic computation which returns the result of the operation |
GET /v1/identity/verification_reports/{report}
<p>Retrieves an existing VerificationReport</p>
data GetIdentityVerificationReportsReportParameters Source #
Defines the object schema located at paths./v1/identity/verification_reports/{report}.GET.parameters
in the specification.
GetIdentityVerificationReportsReportParameters | |
|
Instances
mkGetIdentityVerificationReportsReportParameters Source #
Create a new GetIdentityVerificationReportsReportParameters
with all required fields.
data GetIdentityVerificationReportsReportResponse Source #
Represents a response of the operation getIdentityVerificationReportsReport
.
The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetIdentityVerificationReportsReportResponseError
is used.
GetIdentityVerificationReportsReportResponseError String | Means either no matching case available or a parse error |
GetIdentityVerificationReportsReportResponse200 Identity'verificationReport | Successful response. |
GetIdentityVerificationReportsReportResponseDefault Error | Error response. |