recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Operations.Get_external_subscription_external_payment_phase

Description

Contains the different functions to run the operation get_external_subscription_external_payment_phase

Synopsis

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.

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.