stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

Description

Contains the different functions to run the operation getSourcesSourceMandateNotificationsMandateNotification

Synopsis

Documentation

getSourcesSourceMandateNotificationsMandateNotification Source #

Arguments

:: forall m. MonadHTTP m 
=> GetSourcesSourceMandateNotificationsMandateNotificationParameters

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

-> ClientT m (Response GetSourcesSourceMandateNotificationsMandateNotificationResponse)

Monadic computation which returns the result of the operation

GET /v1/sources/{source}/mandate_notifications/{mandate_notification}

<p>Retrieves a new Source MandateNotification.</p>

data GetSourcesSourceMandateNotificationsMandateNotificationParameters Source #

Defines the object schema located at paths./v1/sources/{source}/mandate_notifications/{mandate_notification}.GET.parameters in the specification.

Constructors

GetSourcesSourceMandateNotificationsMandateNotificationParameters 

Fields

Instances

Instances details
Eq GetSourcesSourceMandateNotificationsMandateNotificationParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

Show GetSourcesSourceMandateNotificationsMandateNotificationParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

ToJSON GetSourcesSourceMandateNotificationsMandateNotificationParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetSourcesSourceMandateNotificationsMandateNotification

FromJSON GetSourcesSourceMandateNotificationsMandateNotificationParameters 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.