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 HttpResponseFor<InboundWireTransfer>create(InboundWireTransferCreateParams params)Returns a raw HTTP response for post /simulations/inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.create.abstract HttpResponseFor<InboundWireTransfer>create(InboundWireTransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<InboundWireTransfer> create(InboundWireTransferCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_wire_transfers, but is otherwise the same as InboundWireTransferService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<InboundWireTransfer> create(InboundWireTransferCreateParams params, RequestOptions requestOptions)
-
-
-
-