Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getCustomersCustomerSubscriptionsSubscriptionExposedId
Synopsis
- getCustomersCustomerSubscriptionsSubscriptionExposedId :: forall m. MonadHTTP m => GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters -> ClientT m (Response GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse)
- data GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters = GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters {}
- mkGetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters :: Text -> Text -> GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters
- data GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse
Documentation
getCustomersCustomerSubscriptionsSubscriptionExposedId Source #
:: forall m. MonadHTTP m | |
=> GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters | Contains all available parameters of this operation (query and path parameters) |
-> ClientT m (Response GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse) | Monadic computation which returns the result of the operation |
GET /v1/customers/{customer}/subscriptions/{subscription_exposed_id}
<p>Retrieves the subscription with the given ID.</p>
data GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters Source #
Defines the object schema located at paths./v1/customers/{customer}/subscriptions/{subscription_exposed_id}.GET.parameters
in the specification.
GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters | |
|
Instances
mkGetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters Source #
Create a new GetCustomersCustomerSubscriptionsSubscriptionExposedIdParameters
with all required fields.
data GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse Source #
Represents a response of the operation getCustomersCustomerSubscriptionsSubscriptionExposedId
.
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), GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponseError
is used.
GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponseError String | Means either no matching case available or a parse error |
GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse200 Subscription | Successful response. |
GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponseDefault Error | Error response. |
Instances
Eq GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse Source # | |
Show GetCustomersCustomerSubscriptionsSubscriptionExposedIdResponse Source # | |