Class BookkeepingAccountServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.BookkeepingAccountService.WithRawResponse
public final class BookkeepingAccountServiceImpl.WithRawResponseImpl implements BookkeepingAccountService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<BookkeepingAccount>create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.HttpResponseFor<BookkeepingAccount>update(BookkeepingAccountUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountService.update.HttpResponseFor<BookkeepingAccountListPage>list(BookkeepingAccountListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.HttpResponseFor<BookkeepingBalanceLookup>balance(BookkeepingAccountBalanceParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountService.balance.-
-
Method Detail
-
create
HttpResponseFor<BookkeepingAccount> create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.
-
update
HttpResponseFor<BookkeepingAccount> update(BookkeepingAccountUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountService.update.
-
list
HttpResponseFor<BookkeepingAccountListPage> list(BookkeepingAccountListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.
-
balance
HttpResponseFor<BookkeepingBalanceLookup> balance(BookkeepingAccountBalanceParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountService.balance.
-
-
-
-