stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportRunsReportRun

Description

Contains the different functions to run the operation getReportingReportRunsReportRun

Synopsis

Documentation

getReportingReportRunsReportRun Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Text

report_run | Constraints: Maximum length of 5000

-> Maybe 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>

data GetReportingReportRunsReportRunRequestBody Source #

Defines the data type for the schema getReportingReportRunsReportRunRequestBody