stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetWebhookEndpointsWebhookEndpoint

Description

Contains the different functions to run the operation getWebhookEndpointsWebhookEndpoint

Synopsis

Documentation

getWebhookEndpointsWebhookEndpoint 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

webhook_endpoint | Constraints: Maximum length of 5000

-> Maybe GetWebhookEndpointsWebhookEndpointRequestBody

The request body to send

-> m (Either HttpException (Response GetWebhookEndpointsWebhookEndpointResponse))

Monad containing the result of the operation

GET /v1/webhook_endpoints/{webhook_endpoint}

<p>Retrieves the webhook endpoint with the given ID.</p>

data GetWebhookEndpointsWebhookEndpointRequestBody Source #

Defines the data type for the schema getWebhookEndpointsWebhookEndpointRequestBody

Instances
Eq GetWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetWebhookEndpointsWebhookEndpoint

Show GetWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetWebhookEndpointsWebhookEndpoint

ToJSON GetWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetWebhookEndpointsWebhookEndpoint

FromJSON GetWebhookEndpointsWebhookEndpointRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetWebhookEndpointsWebhookEndpoint