Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getSourcesSourceMandateNotificationsMandateNotification
Synopsis
- getSourcesSourceMandateNotificationsMandateNotification :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> m (Either HttpException (Response GetSourcesSourceMandateNotificationsMandateNotificationResponse))
- getSourcesSourceMandateNotificationsMandateNotificationRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> m (Either HttpException (Response ByteString))
- getSourcesSourceMandateNotificationsMandateNotificationM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetSourcesSourceMandateNotificationsMandateNotificationResponse))
- getSourcesSourceMandateNotificationsMandateNotificationRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString))
- data GetSourcesSourceMandateNotificationsMandateNotificationRequestBody = GetSourcesSourceMandateNotificationsMandateNotificationRequestBody {
- data GetSourcesSourceMandateNotificationsMandateNotificationResponse
Documentation
getSourcesSourceMandateNotificationsMandateNotification Source #
:: (MonadHTTP m, SecurityScheme s) | |
=> Configuration s | The configuration to use in the request |
-> Maybe String | expand: Specifies which fields in the response should be expanded. |
-> String | mandate_notification | Constraints: Maximum length of 5000 |
-> String | source | Constraints: Maximum length of 5000 |
-> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody | The request body to send |
-> m (Either HttpException (Response GetSourcesSourceMandateNotificationsMandateNotificationResponse)) | Monad containing the result of the operation |
GET /v1/sources/{source}/mandate_notifications/{mandate_notification}
<p>Retrieves a new Source MandateNotification.</p>
getSourcesSourceMandateNotificationsMandateNotificationRaw :: forall m s. (MonadHTTP m, SecurityScheme s) => Configuration s -> Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> m (Either HttpException (Response ByteString)) Source #
GET /v1/sources/{source}/mandate_notifications/{mandate_notification}
The same as getSourcesSourceMandateNotificationsMandateNotification
but returns the raw ByteString
getSourcesSourceMandateNotificationsMandateNotificationM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response GetSourcesSourceMandateNotificationsMandateNotificationResponse)) Source #
GET /v1/sources/{source}/mandate_notifications/{mandate_notification}
Monadic version of getSourcesSourceMandateNotificationsMandateNotification
(use with runWithConfiguration
)
getSourcesSourceMandateNotificationsMandateNotificationRawM :: forall m s. (MonadHTTP m, SecurityScheme s) => Maybe String -> String -> String -> GetSourcesSourceMandateNotificationsMandateNotificationRequestBody -> ReaderT (Configuration s) m (Either HttpException (Response ByteString)) Source #
GET /v1/sources/{source}/mandate_notifications/{mandate_notification}
Monadic version of getSourcesSourceMandateNotificationsMandateNotificationRaw
(use with runWithConfiguration
)
data GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source #
Defines the data type for the schema getSourcesSourceMandateNotificationsMandateNotificationRequestBody
Instances
data GetSourcesSourceMandateNotificationsMandateNotificationResponse Source #
Represents a response of the operation getSourcesSourceMandateNotificationsMandateNotification
.
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), GetSourcesSourceMandateNotificationsMandateNotificationResponseError
is used.
GetSourcesSourceMandateNotificationsMandateNotificationResponseError String | Means either no matching case available or a parse error |
GetSourcesSourceMandateNotificationsMandateNotificationResponse200 SourceMandateNotification | Successful response. |
GetSourcesSourceMandateNotificationsMandateNotificationResponseDefault Error | Error response. |
Instances
Eq GetSourcesSourceMandateNotificationsMandateNotificationResponse Source # | |
Show GetSourcesSourceMandateNotificationsMandateNotificationResponse Source # | |