Interface InboundAchTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundAchTransferService.WithRawResponseA view of InboundAchTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundAchTransfer>create(InboundAchTransferCreateParams params)Returns a raw HTTP response for post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.abstract HttpResponseFor<InboundAchTransfer>create(InboundAchTransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<InboundAchTransfer> create(InboundAchTransferCreateParams params)
Returns a raw HTTP response for
post /simulations/inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<InboundAchTransfer> create(InboundAchTransferCreateParams params, RequestOptions requestOptions)
-
-
-
-