Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Operations.Get_external_subscription_external_payment_phase
Description
Contains the different functions to run the operation get_external_subscription_external_payment_phase
Synopsis
- get_external_subscription_external_payment_phase :: forall m. MonadHTTP m => ClientT m (Response Get_external_subscription_external_payment_phaseResponse)
- data Get_external_subscription_external_payment_phaseResponse
- get_external_subscription_external_payment_phaseWithConfiguration :: forall m. MonadHTTP m => Configuration -> m (Response Get_external_subscription_external_payment_phaseResponse)
- get_external_subscription_external_payment_phaseRaw :: forall m. MonadHTTP m => ClientT m (Response ByteString)
- get_external_subscription_external_payment_phaseWithConfigurationRaw :: forall m. MonadHTTP m => Configuration -> m (Response ByteString)
Documentation
get_external_subscription_external_payment_phase Source #
Arguments
:: forall m. MonadHTTP m | |
=> ClientT m (Response Get_external_subscription_external_payment_phaseResponse) | Monadic computation which returns the result of the operation |
GET /external_subscriptions/{external_subscription_id}/external_payment_phases/{external_payment_phase_id}
Fetch an external payment phase
data Get_external_subscription_external_payment_phaseResponse Source #
Represents a response of the operation get_external_subscription_external_payment_phase
.
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), Get_external_subscription_external_payment_phaseResponseError
is used.
Constructors
Get_external_subscription_external_payment_phaseResponseError String | Means either no matching case available or a parse error |
Get_external_subscription_external_payment_phaseResponse200 ExternalPaymentPhase | Details for an external payment phase. |
Get_external_subscription_external_payment_phaseResponse404 Error | Incorrect site or external subscription ID. |
Get_external_subscription_external_payment_phaseResponseDefault Error | Unexpected error. |
Instances
Show Get_external_subscription_external_payment_phaseResponse Source # | |
Eq Get_external_subscription_external_payment_phaseResponse Source # | |
get_external_subscription_external_payment_phaseWithConfiguration Source #
Arguments
:: forall m. MonadHTTP m | |
=> Configuration | The configuration to use in the request |
-> m (Response Get_external_subscription_external_payment_phaseResponse) | Monadic computation which returns the result of the operation |
GET /external_subscriptions/{external_subscription_id}/external_payment_phases/{external_payment_phase_id}
The same as get_external_subscription_external_payment_phase
but accepts an explicit configuration.
get_external_subscription_external_payment_phaseRaw Source #
Arguments
:: forall m. MonadHTTP m | |
=> ClientT m (Response ByteString) | Monadic computation which returns the result of the operation |
GET /external_subscriptions/{external_subscription_id}/external_payment_phases/{external_payment_phase_id}
The same as get_external_subscription_external_payment_phase
but returns the raw ByteString
.
get_external_subscription_external_payment_phaseWithConfigurationRaw Source #
Arguments
:: forall m. MonadHTTP m | |
=> Configuration | The configuration to use in the request |
-> m (Response ByteString) | Monadic computation which returns the result of the operation |
GET /external_subscriptions/{external_subscription_id}/external_payment_phases/{external_payment_phase_id}
The same as get_external_subscription_external_payment_phase
but accepts an explicit configuration and returns the raw ByteString
.