Interface BookkeepingAccountService.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingAccountService.WithRawResponseA view of BookkeepingAccountService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<BookkeepingAccount>create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.abstract HttpResponseFor<BookkeepingAccount>create(BookkeepingAccountCreateParams params)Returns a raw HTTP response for post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.abstract 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.abstract HttpResponseFor<BookkeepingAccount>update(BookkeepingAccountUpdateParams params)Returns a raw HTTP response for patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountService.update.abstract HttpResponseFor<BookkeepingAccountListPage>list(BookkeepingAccountListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.abstract HttpResponseFor<BookkeepingAccountListPage>list(BookkeepingAccountListParams params)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.abstract HttpResponseFor<BookkeepingAccountListPage>list()Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.HttpResponseFor<BookkeepingAccountListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.abstract 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.abstract HttpResponseFor<BookkeepingBalanceLookup>balance(BookkeepingAccountBalanceParams params)Returns a raw HTTP response for get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountService.balance.-
-
Method Detail
-
create
abstract HttpResponseFor<BookkeepingAccount> create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.
-
create
abstract HttpResponseFor<BookkeepingAccount> create(BookkeepingAccountCreateParams params)
Returns a raw HTTP response for
post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.create.
-
update
abstract 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.
-
update
abstract HttpResponseFor<BookkeepingAccount> update(BookkeepingAccountUpdateParams params)
Returns a raw HTTP response for
patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountService.update.
-
list
abstract HttpResponseFor<BookkeepingAccountListPage> list(BookkeepingAccountListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.
-
list
abstract HttpResponseFor<BookkeepingAccountListPage> list(BookkeepingAccountListParams params)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.
-
list
abstract HttpResponseFor<BookkeepingAccountListPage> list()
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.
-
list
HttpResponseFor<BookkeepingAccountListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountService.list.
-
balance
abstract 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.
-
balance
abstract HttpResponseFor<BookkeepingBalanceLookup> balance(BookkeepingAccountBalanceParams params)
Returns a raw HTTP response for
get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountService.balance.
-
-
-
-