Interface AccountTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountTransferService.WithRawResponseA view of AccountTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<AccountTransfer>create(AccountTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers, but is otherwise the same as AccountTransferService.create.abstract HttpResponseFor<AccountTransfer>create(AccountTransferCreateParams params)Returns a raw HTTP response for post /account_transfers, but is otherwise the same as AccountTransferService.create.abstract HttpResponseFor<AccountTransfer>retrieve(AccountTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferService.retrieve.abstract HttpResponseFor<AccountTransfer>retrieve(AccountTransferRetrieveParams params)Returns a raw HTTP response for get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferService.retrieve.abstract HttpResponseFor<AccountTransferListPage>list(AccountTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /account_transfers, but is otherwise the same as AccountTransferService.list.abstract HttpResponseFor<AccountTransferListPage>list(AccountTransferListParams params)Returns a raw HTTP response for get /account_transfers, but is otherwise the same as AccountTransferService.list.abstract HttpResponseFor<AccountTransferListPage>list()Returns a raw HTTP response for get /account_transfers, but is otherwise the same as AccountTransferService.list.HttpResponseFor<AccountTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /account_transfers, but is otherwise the same as AccountTransferService.list.abstract HttpResponseFor<AccountTransfer>approve(AccountTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferService.approve.abstract HttpResponseFor<AccountTransfer>approve(AccountTransferApproveParams params)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferService.approve.abstract HttpResponseFor<AccountTransfer>cancel(AccountTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferService.cancel.abstract HttpResponseFor<AccountTransfer>cancel(AccountTransferCancelParams params)Returns a raw HTTP response for post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferService.cancel.-
-
Method Detail
-
create
abstract HttpResponseFor<AccountTransfer> create(AccountTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers, but is otherwise the same as AccountTransferService.create.
-
create
abstract HttpResponseFor<AccountTransfer> create(AccountTransferCreateParams params)
Returns a raw HTTP response for
post /account_transfers, but is otherwise the same as AccountTransferService.create.
-
retrieve
abstract HttpResponseFor<AccountTransfer> retrieve(AccountTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferService.retrieve.
-
retrieve
abstract HttpResponseFor<AccountTransfer> retrieve(AccountTransferRetrieveParams params)
Returns a raw HTTP response for
get /account_transfers/{account_transfer_id}, but is otherwise the same as AccountTransferService.retrieve.
-
list
abstract HttpResponseFor<AccountTransferListPage> list(AccountTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_transfers, but is otherwise the same as AccountTransferService.list.
-
list
abstract HttpResponseFor<AccountTransferListPage> list(AccountTransferListParams params)
Returns a raw HTTP response for
get /account_transfers, but is otherwise the same as AccountTransferService.list.
-
list
abstract HttpResponseFor<AccountTransferListPage> list()
Returns a raw HTTP response for
get /account_transfers, but is otherwise the same as AccountTransferService.list.
-
list
HttpResponseFor<AccountTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /account_transfers, but is otherwise the same as AccountTransferService.list.
-
approve
abstract HttpResponseFor<AccountTransfer> approve(AccountTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferService.approve.
-
approve
abstract HttpResponseFor<AccountTransfer> approve(AccountTransferApproveParams params)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/approve, but is otherwise the same as AccountTransferService.approve.
-
cancel
abstract HttpResponseFor<AccountTransfer> cancel(AccountTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferService.cancel.
-
cancel
abstract HttpResponseFor<AccountTransfer> cancel(AccountTransferCancelParams params)
Returns a raw HTTP response for
post /account_transfers/{account_transfer_id}/cancel, but is otherwise the same as AccountTransferService.cancel.
-
-
-
-