Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getReportingReportTypesReportType
Synopsis
- getReportingReportTypesReportType :: forall m. MonadHTTP m => GetReportingReportTypesReportTypeParameters -> ClientT m (Response GetReportingReportTypesReportTypeResponse)
- data GetReportingReportTypesReportTypeParameters = GetReportingReportTypesReportTypeParameters {}
- mkGetReportingReportTypesReportTypeParameters :: Text -> GetReportingReportTypesReportTypeParameters
- data GetReportingReportTypesReportTypeResponse
Documentation
getReportingReportTypesReportType Source #
:: 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.
GetReportingReportTypesReportTypeParameters | |
|
Instances
mkGetReportingReportTypesReportTypeParameters Source #
Create a new GetReportingReportTypesReportTypeParameters
with all required fields.
data GetReportingReportTypesReportTypeResponse Source #
Represents a response of the operation getReportingReportTypesReportType
.
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), GetReportingReportTypesReportTypeResponseError
is used.
GetReportingReportTypesReportTypeResponseError String | Means either no matching case available or a parse error |
GetReportingReportTypesReportTypeResponse200 Reporting'reportType | Successful response. |
GetReportingReportTypesReportTypeResponseDefault Error | Error response. |