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

RecurlyClient.Operations.Deactivate_external_product_external_product_reference

Description

Contains the different functions to run the operation deactivate_external_product_external_product_reference

Synopsis

Documentation

deactivate_external_product_external_product_reference Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response Deactivate_external_product_external_product_referenceResponse)

Monadic computation which returns the result of the operation

DELETE /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

Deactivate an external product reference

data Deactivate_external_product_external_product_referenceResponse Source #

Represents a response of the operation deactivate_external_product_external_product_reference.

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), Deactivate_external_product_external_product_referenceResponseError is used.

deactivate_external_product_external_product_referenceWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response Deactivate_external_product_external_product_referenceResponse)

Monadic computation which returns the result of the operation

DELETE /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

The same as deactivate_external_product_external_product_reference but accepts an explicit configuration.

deactivate_external_product_external_product_referenceRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

DELETE /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

The same as deactivate_external_product_external_product_reference but returns the raw ByteString.

deactivate_external_product_external_product_referenceWithConfigurationRaw 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

DELETE /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

The same as deactivate_external_product_external_product_reference but accepts an explicit configuration and returns the raw ByteString.