Interface InboundWireTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundWireTransferService.WithRawResponseA view of InboundWireTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<InboundWireTransfer>retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferService.retrieve.abstract HttpResponseFor<InboundWireTransfer>retrieve(InboundWireTransferRetrieveParams params)Returns a raw HTTP response for get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferService.retrieve.abstract HttpResponseFor<InboundWireTransferListPage>list(InboundWireTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.abstract HttpResponseFor<InboundWireTransferListPage>list(InboundWireTransferListParams params)Returns a raw HTTP response for get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.abstract HttpResponseFor<InboundWireTransferListPage>list()Returns a raw HTTP response for get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.HttpResponseFor<InboundWireTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.-
-
Method Detail
-
retrieve
abstract HttpResponseFor<InboundWireTransfer> retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferService.retrieve.
-
retrieve
abstract HttpResponseFor<InboundWireTransfer> retrieve(InboundWireTransferRetrieveParams params)
Returns a raw HTTP response for
get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferService.retrieve.
-
list
abstract HttpResponseFor<InboundWireTransferListPage> list(InboundWireTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.
-
list
abstract HttpResponseFor<InboundWireTransferListPage> list(InboundWireTransferListParams params)
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.
-
list
abstract HttpResponseFor<InboundWireTransferListPage> list()
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.
-
list
HttpResponseFor<InboundWireTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.list.
-
-
-
-