stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportRuns

Description

Contains the different functions to run the operation getReportingReportRuns

Synopsis

Documentation

getReportingReportRuns Source #

Arguments

:: forall m. MonadHTTP m 
=> GetReportingReportRunsParameters

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

-> ClientT m (Response GetReportingReportRunsResponse)

Monadic computation which returns the result of the operation

GET /v1/reporting/report_runs

<p>Returns a list of Report Runs, with the most recent appearing first.</p>

data GetReportingReportRunsParameters Source #

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

Constructors

GetReportingReportRunsParameters 

Fields

data GetReportingReportRunsParametersQueryCreated'OneOf1 Source #

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

Instances

Instances details
Eq GetReportingReportRunsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

Show GetReportingReportRunsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

ToJSON GetReportingReportRunsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

FromJSON GetReportingReportRunsParametersQueryCreated'OneOf1 Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

data GetReportingReportRunsParametersQueryCreated'Variants Source #

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

Represents the parameter named 'created'

Instances

Instances details
Eq GetReportingReportRunsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

Show GetReportingReportRunsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

ToJSON GetReportingReportRunsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

FromJSON GetReportingReportRunsParametersQueryCreated'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetReportingReportRuns

data GetReportingReportRunsResponse Source #

Represents a response of the operation getReportingReportRuns.

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), GetReportingReportRunsResponseError is used.

Constructors

GetReportingReportRunsResponseError String

Means either no matching case available or a parse error

GetReportingReportRunsResponse200 GetReportingReportRunsResponseBody200

Successful response.

GetReportingReportRunsResponseDefault Error

Error response.

data GetReportingReportRunsResponseBody200 Source #

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

Constructors

GetReportingReportRunsResponseBody200 

Fields