stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportTypes

Description

Contains the different functions to run the operation getReportingReportTypes

Synopsis

Documentation

getReportingReportTypes 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.

-> Maybe GetReportingReportTypesRequestBody

The request body to send

-> m (Either HttpException (Response GetReportingReportTypesResponse))

Monad containing the result of the operation

GET /v1/reporting/report_types

<p>Returns a full list of Report Types. (Requires a <a href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.)</p>

data GetReportingReportTypesResponse Source #

Represents a response of the operation getReportingReportTypes.

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

Constructors

GetReportingReportTypesResponseError String

Means either no matching case available or a parse error

GetReportingReportTypesResponse200 GetReportingReportTypesResponseBody200

Successful response.

GetReportingReportTypesResponseDefault Error

Error response.

data GetReportingReportTypesResponseBody200 Source #

Defines the data type for the schema GetReportingReportTypesResponseBody200

Constructors

GetReportingReportTypesResponseBody200 

Fields

data GetReportingReportTypesResponseBody200Object' Source #

Defines the enum schema GetReportingReportTypesResponseBody200Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.