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
Modifier and Type Method Description abstract 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.abstract HttpResponseFor<InboundRealTimePaymentsTransfer>retrieve(InboundRealTimePaymentsTransferRetrieveParams params)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.abstract 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.abstract HttpResponseFor<InboundRealTimePaymentsTransferListPage>list(InboundRealTimePaymentsTransferListParams params)Returns a raw HTTP response for get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.abstract HttpResponseFor<InboundRealTimePaymentsTransferListPage>list()Returns a raw HTTP response for get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.HttpResponseFor<InboundRealTimePaymentsTransferListPage>list(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
abstract 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.
-
retrieve
abstract HttpResponseFor<InboundRealTimePaymentsTransfer> retrieve(InboundRealTimePaymentsTransferRetrieveParams params)
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
abstract 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.
-
list
abstract HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(InboundRealTimePaymentsTransferListParams params)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.
-
list
abstract HttpResponseFor<InboundRealTimePaymentsTransferListPage> list()
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.
-
list
HttpResponseFor<InboundRealTimePaymentsTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferService.list.
-
-
-
-