stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSubscriptionSchedulesSchedule

Description

Contains the different functions to run the operation getSubscriptionSchedulesSchedule

Synopsis

Documentation

getSubscriptionSchedulesSchedule 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

schedule | Constraints: Maximum length of 5000

-> Maybe GetSubscriptionSchedulesScheduleRequestBody

The request body to send

-> m (Either HttpException (Response GetSubscriptionSchedulesScheduleResponse))

Monad containing the result of the operation

GET /v1/subscription_schedules/{schedule}

<p>Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.</p>

data GetSubscriptionSchedulesScheduleRequestBody Source #

Defines the data type for the schema getSubscriptionSchedulesScheduleRequestBody