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

RecurlyClient.Operations.List_custom_field_definitions

Description

Contains the different functions to run the operation list_custom_field_definitions

Synopsis

Documentation

list_custom_field_definitions Source #

Arguments

:: forall m. MonadHTTP m 
=> List_custom_field_definitionsParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response List_custom_field_definitionsResponse)

Monadic computation which returns the result of the operation

GET /custom_field_definitions

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

data List_custom_field_definitionsParameters Source #

Defines the object schema located at paths./custom_field_definitions.GET.parameters in the specification.

Constructors

List_custom_field_definitionsParameters 

Fields

data List_custom_field_definitionsParametersQueryOrder Source #

Defines the enum schema located at paths./custom_field_definitions.GET.parameters.properties.queryOrder in the specification.

Represents the parameter named 'order'

Sort order.

Constructors

List_custom_field_definitionsParametersQueryOrderOther Value

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

List_custom_field_definitionsParametersQueryOrderTyped Text

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

List_custom_field_definitionsParametersQueryOrderEnumAsc

Represents the JSON value "asc"

List_custom_field_definitionsParametersQueryOrderEnumDesc

Represents the JSON value "desc"

Instances

Instances details
FromJSON List_custom_field_definitionsParametersQueryOrder Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

ToJSON List_custom_field_definitionsParametersQueryOrder Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Show List_custom_field_definitionsParametersQueryOrder Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Eq List_custom_field_definitionsParametersQueryOrder Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

data List_custom_field_definitionsParametersQueryRelated_type Source #

Defines the enum schema located at paths./custom_field_definitions.GET.parameters.properties.queryRelated_type in the specification.

Represents the parameter named 'related_type'

Filter by related type.

Constructors

List_custom_field_definitionsParametersQueryRelated_typeOther Value

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

List_custom_field_definitionsParametersQueryRelated_typeTyped Text

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

List_custom_field_definitionsParametersQueryRelated_typeEnumAccount

Represents the JSON value "account"

List_custom_field_definitionsParametersQueryRelated_typeEnumItem

Represents the JSON value "item"

List_custom_field_definitionsParametersQueryRelated_typeEnumPlan

Represents the JSON value "plan"

List_custom_field_definitionsParametersQueryRelated_typeEnumSubscription

Represents the JSON value "subscription"

List_custom_field_definitionsParametersQueryRelated_typeEnumCharge

Represents the JSON value "charge"

Instances

Instances details
FromJSON List_custom_field_definitionsParametersQueryRelated_type Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

ToJSON List_custom_field_definitionsParametersQueryRelated_type Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Show List_custom_field_definitionsParametersQueryRelated_type Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Eq List_custom_field_definitionsParametersQueryRelated_type Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

data List_custom_field_definitionsParametersQuerySort Source #

Defines the enum schema located at paths./custom_field_definitions.GET.parameters.properties.querySort 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_custom_field_definitionsParametersQuerySortOther Value

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

List_custom_field_definitionsParametersQuerySortTyped Text

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

List_custom_field_definitionsParametersQuerySortEnumCreated_at

Represents the JSON value "created_at"

List_custom_field_definitionsParametersQuerySortEnumUpdated_at

Represents the JSON value "updated_at"

Instances

Instances details
FromJSON List_custom_field_definitionsParametersQuerySort Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

ToJSON List_custom_field_definitionsParametersQuerySort Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Show List_custom_field_definitionsParametersQuerySort Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

Eq List_custom_field_definitionsParametersQuerySort Source # 
Instance details

Defined in RecurlyClient.Operations.List_custom_field_definitions

list_custom_field_definitionsWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> List_custom_field_definitionsParameters

Contains all available parameters of this operation (query and path parameters)

-> m (Response List_custom_field_definitionsResponse)

Monadic computation which returns the result of the operation

GET /custom_field_definitions

The same as list_custom_field_definitions but accepts an explicit configuration.

list_custom_field_definitionsRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> List_custom_field_definitionsParameters

Contains all available parameters of this operation (query and path parameters)

-> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

GET /custom_field_definitions

The same as list_custom_field_definitions but returns the raw ByteString.

list_custom_field_definitionsWithConfigurationRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> List_custom_field_definitionsParameters

Contains all available parameters of this operation (query and path parameters)

-> m (Response ByteString)

Monadic computation which returns the result of the operation

GET /custom_field_definitions

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