Interface InboundRealTimePaymentsTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundRealTimePaymentsTransferService.WithRawResponseA view of InboundRealTimePaymentsTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundRealTimePaymentsTransferService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(String inboundRealTimePaymentsTransferId)
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.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(String inboundRealTimePaymentsTransferId, InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(String inboundRealTimePaymentsTransferId, InboundRealTimePaymentsTransferRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(InboundRealTimePaymentsTransferRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(String inboundRealTimePaymentsTransferId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransferListPage> list()
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(InboundRealTimePaymentsTransferListParams params)
-
list
@MustBeClosed() HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(RequestOptions requestOptions)
-
-
-
-