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

RecurlyClient.Operations.Create_general_ledger_account

Description

Contains the different functions to run the operation create_general_ledger_account

Synopsis

Documentation

create_general_ledger_account Source #

Arguments

:: forall m. MonadHTTP m 
=> GeneralLedgerAccountCreate

The request body to send

-> ClientT m (Response Create_general_ledger_accountResponse)

Monadic computation which returns the result of the operation

POST /general_ledger_accounts

Create a new general ledger account

create_general_ledger_accountWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> GeneralLedgerAccountCreate

The request body to send

-> m (Response Create_general_ledger_accountResponse)

Monadic computation which returns the result of the operation

POST /general_ledger_accounts

The same as create_general_ledger_account but accepts an explicit configuration.

create_general_ledger_accountRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> GeneralLedgerAccountCreate

The request body to send

-> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

POST /general_ledger_accounts

The same as create_general_ledger_account but returns the raw ByteString.

create_general_ledger_accountWithConfigurationRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> GeneralLedgerAccountCreate

The request body to send

-> m (Response ByteString)

Monadic computation which returns the result of the operation

POST /general_ledger_accounts

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