stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportRunsReportRun

Description

Contains the different functions to run the operation getReportingReportRunsReportRun

Synopsis

Documentation

getReportingReportRunsReportRun Source #

Arguments

:: forall m. MonadHTTP m 
=> GetReportingReportRunsReportRunParameters

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

-> StripeT m (Response GetReportingReportRunsReportRunResponse)

Monadic computation which returns the result of the operation

GET /v1/reporting/report_runs/{report_run}

<p>Retrieves the details of an existing Report Run.</p>

data GetReportingReportRunsReportRunParameters Source #

Defines the object schema located at paths./v1/reporting/report_runs/{report_run}.GET.parameters in the specification.

Constructors

GetReportingReportRunsReportRunParameters 

Fields