stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetReportingReportTypesReportType

Description

Contains the different functions to run the operation getReportingReportTypesReportType

Synopsis

Documentation

getReportingReportTypesReportType Source #

Arguments

:: forall m. MonadHTTP m 
=> GetReportingReportTypesReportTypeParameters

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

-> ClientT m (Response GetReportingReportTypesReportTypeResponse)

Monadic computation which returns the result of the operation

GET /v1/reporting/report_types/{report_type}

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

data GetReportingReportTypesReportTypeParameters Source #

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

Constructors

GetReportingReportTypesReportTypeParameters 

Fields