stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerSubscriptions

Description

Contains the different functions to run the operation getCustomersCustomerSubscriptions

Synopsis

Documentation

getCustomersCustomerSubscriptions Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerSubscriptionsParameters

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

-> StripeT m (Response GetCustomersCustomerSubscriptionsResponse)

Monadic computation which returns the result of the operation

GET /v1/customers/{customer}/subscriptions

<p>You can see a list of the customer’s active subscriptions. Note that the 10 most recent active subscriptions are always available by default on the customer object. If you need more than those 10, you can use the limit and starting_after parameters to page through additional subscriptions.</p>

data GetCustomersCustomerSubscriptionsParameters Source #

Defines the object schema located at paths./v1/customers/{customer}/subscriptions.GET.parameters in the specification.

Constructors

GetCustomersCustomerSubscriptionsParameters 

Fields

data GetCustomersCustomerSubscriptionsResponseBody200 Source #

Defines the object schema located at paths./v1/customers/{customer}/subscriptions.GET.responses.200.content.application/json.schema in the specification.

Constructors

GetCustomersCustomerSubscriptionsResponseBody200 

Fields

Instances

Instances details
Eq GetCustomersCustomerSubscriptionsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptions

Show GetCustomersCustomerSubscriptionsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptions

ToJSON GetCustomersCustomerSubscriptionsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptions

FromJSON GetCustomersCustomerSubscriptionsResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptions