Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getReportingReportRunsReportRun
Synopsis
- getReportingReportRunsReportRun :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> m (Either HttpException (Response GetReportingReportRunsReportRunResponse))
- getReportingReportRunsReportRunRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> m (Either HttpException (Response ByteString))
- getReportingReportRunsReportRunM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetReportingReportRunsReportRunResponse))
- getReportingReportRunsReportRunRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data GetReportingReportRunsReportRunRequestBody = GetReportingReportRunsReportRunRequestBody {
- data GetReportingReportRunsReportRunResponse
Documentation
getReportingReportRunsReportRun Source #
:: (MonadHTTP m, SecurityScheme s) | |
=> Configuration s | The configuration to use in the request |
-> Maybe String | expand: Specifies which fields in the response should be expanded. |
-> String | report_run | Constraints: Maximum length of 5000 |
-> GetReportingReportRunsReportRunRequestBody | The request body to send |
-> m (Either HttpException (Response GetReportingReportRunsReportRunResponse)) | Monad containing the result of the operation |
GET /v1/reporting/report_runs/{report_run}
<p>Retrieves the details of an existing Report Run. (Requires a <a href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.)</p>
getReportingReportRunsReportRunRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> m (Either HttpException (Response ByteString)) Source #
GET /v1/reporting/report_runs/{report_run}
The same as getReportingReportRunsReportRun
but returns the raw ByteString
getReportingReportRunsReportRunM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetReportingReportRunsReportRunResponse)) Source #
GET /v1/reporting/report_runs/{report_run}
Monadic version of getReportingReportRunsReportRun
(use with runWithConfiguration
)
getReportingReportRunsReportRunRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> GetReportingReportRunsReportRunRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
GET /v1/reporting/report_runs/{report_run}
Monadic version of getReportingReportRunsReportRunRaw
(use with runWithConfiguration
)
data GetReportingReportRunsReportRunRequestBody Source #
Defines the data type for the schema getReportingReportRunsReportRunRequestBody
Instances
data GetReportingReportRunsReportRunResponse Source #
Represents a response of the operation getReportingReportRunsReportRun
.
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), GetReportingReportRunsReportRunResponseError
is used.
GetReportingReportRunsReportRunResponseError String | Means either no matching case available or a parse error |
GetReportingReportRunsReportRunResponse200 Reporting'reportRun | Successful response. |
GetReportingReportRunsReportRunResponseDefault Error | Error response. |