Class RealTimePaymentsTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.RealTimePaymentsTransferService.WithRawResponse
public final class RealTimePaymentsTransferServiceImpl.WithRawResponseImpl implements RealTimePaymentsTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.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.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.-
-
Method Detail
-
create
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.
-
retrieve
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.
-
list
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.
-
-
-
-