| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Operations.List_business_entities
Description
Contains the different functions to run the operation list_business_entities
Synopsis
- list_business_entities :: forall m. MonadHTTP m => ClientT m (Response List_business_entitiesResponse)
- data List_business_entitiesResponse
- list_business_entitiesWithConfiguration :: forall m. MonadHTTP m => Configuration -> m (Response List_business_entitiesResponse)
- list_business_entitiesRaw :: forall m. MonadHTTP m => ClientT m (Response ByteString)
- list_business_entitiesWithConfigurationRaw :: forall m. MonadHTTP m => Configuration -> m (Response ByteString)
Documentation
list_business_entities Source #
Arguments
| :: forall m. MonadHTTP m | |
| => ClientT m (Response List_business_entitiesResponse) | Monadic computation which returns the result of the operation |
GET /business_entities
List business entities
data List_business_entitiesResponse Source #
Represents a response of the operation list_business_entities.
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_business_entitiesResponseError is used.
Constructors
| List_business_entitiesResponseError String | Means either no matching case available or a parse error |
| List_business_entitiesResponse200 BusinessEntityList | List of all business entities on your site. |
| List_business_entitiesResponse404 Error | Incorrect site. |
| List_business_entitiesResponseDefault Error | Unexpected error. |
Instances
list_business_entitiesWithConfiguration Source #
Arguments
| :: forall m. MonadHTTP m | |
| => Configuration | The configuration to use in the request |
| -> m (Response List_business_entitiesResponse) | Monadic computation which returns the result of the operation |
GET /business_entities
The same as list_business_entities but accepts an explicit configuration.
list_business_entitiesRaw Source #
Arguments
| :: forall m. MonadHTTP m | |
| => ClientT m (Response ByteString) | Monadic computation which returns the result of the operation |
GET /business_entities
The same as list_business_entities but returns the raw ByteString.
list_business_entitiesWithConfigurationRaw 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 /business_entities
The same as list_business_entities but accepts an explicit configuration and returns the raw ByteString.