stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportTypesReportType

Description

Contains the different functions to run the operation getReportingReportTypesReportType

Synopsis

Documentation

getReportingReportTypesReportType 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_type

-> Maybe GetReportingReportTypesReportTypeRequestBody

The request body to send

-> m (Either HttpException (Response GetReportingReportTypesReportTypeResponse))

Monad containing the result of the operation

GET /v1/reporting/report_types/{report_type}

<p>Retrieves the details of a Report Type. (Requires a <a href="https://stripe.com/docs/keys#test-live-modes">live-mode API key</a>.)</p>

data GetReportingReportTypesReportTypeRequestBody Source #

Defines the data type for the schema getReportingReportTypesReportTypeRequestBody