Interface RealTimePaymentsTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface RealTimePaymentsTransferService.WithRawResponseA view of RealTimePaymentsTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<RealTimePaymentsTransfer>create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.create.abstract HttpResponseFor<RealTimePaymentsTransfer>create(RealTimePaymentsTransferCreateParams params)Returns a raw HTTP response for post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.create.abstract HttpResponseFor<RealTimePaymentsTransfer>retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferService.retrieve.abstract HttpResponseFor<RealTimePaymentsTransfer>retrieve(RealTimePaymentsTransferRetrieveParams params)Returns a raw HTTP response for get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferService.retrieve.abstract HttpResponseFor<RealTimePaymentsTransferListPage>list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.abstract HttpResponseFor<RealTimePaymentsTransferListPage>list(RealTimePaymentsTransferListParams params)Returns a raw HTTP response for get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.abstract HttpResponseFor<RealTimePaymentsTransferListPage>list()Returns a raw HTTP response for get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.HttpResponseFor<RealTimePaymentsTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.-
-
Method Detail
-
create
abstract HttpResponseFor<RealTimePaymentsTransfer> create(RealTimePaymentsTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.create.
-
create
abstract HttpResponseFor<RealTimePaymentsTransfer> create(RealTimePaymentsTransferCreateParams params)
Returns a raw HTTP response for
post /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.create.
-
retrieve
abstract HttpResponseFor<RealTimePaymentsTransfer> retrieve(RealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferService.retrieve.
-
retrieve
abstract HttpResponseFor<RealTimePaymentsTransfer> retrieve(RealTimePaymentsTransferRetrieveParams params)
Returns a raw HTTP response for
get /real_time_payments_transfers/{real_time_payments_transfer_id}, but is otherwise the same as RealTimePaymentsTransferService.retrieve.
-
list
abstract HttpResponseFor<RealTimePaymentsTransferListPage> list(RealTimePaymentsTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.
-
list
abstract HttpResponseFor<RealTimePaymentsTransferListPage> list(RealTimePaymentsTransferListParams params)
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.
-
list
abstract HttpResponseFor<RealTimePaymentsTransferListPage> list()
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.
-
list
HttpResponseFor<RealTimePaymentsTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_payments_transfers, but is otherwise the same as RealTimePaymentsTransferService.list.
-
-
-
-