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

RecurlyClient.Operations.List_external_product_external_product_references

Description

Contains the different functions to run the operation list_external_product_external_product_references

Synopsis

Documentation

list_external_product_external_product_references Source #

Arguments

:: forall m. MonadHTTP m 
=> Maybe List_external_product_external_product_referencesParametersSort

sort: Sort field. You *really* only want to sort by `updated_at` in ascending order. In descending order updated records will move behind the cursor and could prevent some records from being returned.

-> ClientT m (Response List_external_product_external_product_referencesResponse)

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references

See the Pagination Guide to learn how to use pagination in the API and Client Libraries.

data List_external_product_external_product_referencesParametersSort Source #

Defines the enum schema located at components.parameters.sort_dates.schema in the specification.

Represents the parameter named 'sort'

Sort field. You *really* only want to sort by `updated_at` in ascending order. In descending order updated records will move behind the cursor and could prevent some records from being returned.

Constructors

List_external_product_external_product_referencesParametersSortOther Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

List_external_product_external_product_referencesParametersSortTyped Text

This constructor can be used to send values to the server which are not present in the specification yet.

List_external_product_external_product_referencesParametersSortEnumCreated_at

Represents the JSON value "created_at"

List_external_product_external_product_referencesParametersSortEnumUpdated_at

Represents the JSON value "updated_at"

Instances

Instances details
FromJSON List_external_product_external_product_referencesParametersSort Source # 
Instance details

Defined in RecurlyClient.Operations.List_external_product_external_product_references

ToJSON List_external_product_external_product_referencesParametersSort Source # 
Instance details

Defined in RecurlyClient.Operations.List_external_product_external_product_references

Show List_external_product_external_product_referencesParametersSort Source # 
Instance details

Defined in RecurlyClient.Operations.List_external_product_external_product_references

Eq List_external_product_external_product_referencesParametersSort Source # 
Instance details

Defined in RecurlyClient.Operations.List_external_product_external_product_references

data List_external_product_external_product_referencesResponse Source #

Represents a response of the operation list_external_product_external_product_references.

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

list_external_product_external_product_referencesWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> Maybe List_external_product_external_product_referencesParametersSort

sort: Sort field. You *really* only want to sort by `updated_at` in ascending order. In descending order updated records will move behind the cursor and could prevent some records from being returned.

-> m (Response List_external_product_external_product_referencesResponse)

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references

The same as list_external_product_external_product_references but accepts an explicit configuration.

list_external_product_external_product_referencesRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Maybe List_external_product_external_product_referencesParametersSort

sort: Sort field. You *really* only want to sort by `updated_at` in ascending order. In descending order updated records will move behind the cursor and could prevent some records from being returned.

-> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references

The same as list_external_product_external_product_references but returns the raw ByteString.

list_external_product_external_product_referencesWithConfigurationRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> Maybe List_external_product_external_product_referencesParametersSort

sort: Sort field. You *really* only want to sort by `updated_at` in ascending order. In descending order updated records will move behind the cursor and could prevent some records from being returned.

-> m (Response ByteString)

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references

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