stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetSubscriptionSchedulesSchedule

Description

Contains the different functions to run the operation getSubscriptionSchedulesSchedule

Synopsis

Documentation

getSubscriptionSchedulesSchedule Source #

Arguments

:: forall m. MonadHTTP m 
=> GetSubscriptionSchedulesScheduleParameters

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

-> ClientT m (Response GetSubscriptionSchedulesScheduleResponse)

Monadic computation which returns 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 GetSubscriptionSchedulesScheduleParameters Source #

Defines the object schema located at paths./v1/subscription_schedules/{schedule}.GET.parameters in the specification.

Constructors

GetSubscriptionSchedulesScheduleParameters 

Fields