stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

Description

Contains the different functions to run the operation getSourcesSourceMandateNotificationsMandateNotification

Synopsis

Documentation

getSourcesSourceMandateNotificationsMandateNotification 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

mandate_notification | Constraints: Maximum length of 5000

-> Text

source | Constraints: Maximum length of 5000

-> Maybe 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>

data GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source #

Defines the data type for the schema getSourcesSourceMandateNotificationsMandateNotificationRequestBody

Instances
Eq GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

Show GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

ToJSON GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

FromJSON GetSourcesSourceMandateNotificationsMandateNotificationRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

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.