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