Class InboundRealTimePaymentsTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.InboundRealTimePaymentsTransferService.WithRawResponse
public final class InboundRealTimePaymentsTransferServiceImpl.WithRawResponseImpl implements InboundRealTimePaymentsTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundRealTimePaymentsTransfer>retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_real_time_payments_transfers/{inbound_real_time_payments_transfer_id}, but is otherwise the same as InboundRealTimePaymentsTransferService.retrieve.HttpResponseFor<InboundRealTimePaymentsTransferListPage>list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers/{inbound_real_time_payments_transfer_id}, but is otherwise the same as InboundRealTimePaymentsTransferService.retrieve.
-
list
HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.
-
-
-
-