stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSubscriptionsSubscriptionExposedId

Description

Contains the different functions to run the operation getSubscriptionsSubscriptionExposedId

Synopsis

Documentation

getSubscriptionsSubscriptionExposedId 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

subscription_exposed_id | Constraints: Maximum length of 5000

-> Maybe GetSubscriptionsSubscriptionExposedIdRequestBody

The request body to send

-> m (Either HttpException (Response GetSubscriptionsSubscriptionExposedIdResponse))

Monad containing the result of the operation

GET /v1/subscriptions/{subscription_exposed_id}

<p>Retrieves the subscription with the given ID.</p>

data GetSubscriptionsSubscriptionExposedIdRequestBody Source #

Defines the data type for the schema getSubscriptionsSubscriptionExposedIdRequestBody

Instances
Eq GetSubscriptionsSubscriptionExposedIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSubscriptionsSubscriptionExposedId

Show GetSubscriptionsSubscriptionExposedIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSubscriptionsSubscriptionExposedId

ToJSON GetSubscriptionsSubscriptionExposedIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSubscriptionsSubscriptionExposedId

FromJSON GetSubscriptionsSubscriptionExposedIdRequestBody Source # 
Instance details

Defined in StripeAPI.Operations.GetSubscriptionsSubscriptionExposedId