stripeapi-1.0.0.0: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

Description

Contains the different functions to run the operation getCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

Synopsis

Documentation

getCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount Source #

Arguments

:: forall m. MonadHTTP m 
=> GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters

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

-> StripeT m (Response GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountResponse)

Monadic computation which returns the result of the operation

GET /v1/customers/{customer}/subscriptions/{subscription_exposed_id}/discount

data GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters Source #

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

Constructors

GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters 

Fields

Instances

Instances details
Eq GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

Show GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

ToJSON GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

FromJSON GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountParameters Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount

data GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountResponse Source #

Represents a response of the operation getCustomersCustomerSubscriptionsSubscriptionExposedIdDiscount.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetCustomersCustomerSubscriptionsSubscriptionExposedIdDiscountResponseError is used.