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
-
-
Method Detail
-
withOptions
abstract InboundAchTransferService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundAchTransfer> retrieve(String inboundAchTransferId)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundAchTransfer> retrieve(String inboundAchTransferId, InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundAchTransfer> retrieve(String inboundAchTransferId, InboundAchTransferRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<InboundAchTransfer> retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundAchTransfer> retrieve(InboundAchTransferRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundAchTransfer> retrieve(String inboundAchTransferId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundAchTransferListPage> list()
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<InboundAchTransferListPage> list(InboundAchTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundAchTransferListPage> list(InboundAchTransferListParams params)
-
list
@MustBeClosed() HttpResponseFor<InboundAchTransferListPage> list(RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<InboundAchTransfer> createNotificationOfChange(String inboundAchTransferId)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/create_notification_of_change, but is otherwise the same as InboundAchTransferService.createNotificationOfChange.
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<InboundAchTransfer> createNotificationOfChange(String inboundAchTransferId, InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<InboundAchTransfer> createNotificationOfChange(String inboundAchTransferId, InboundAchTransferCreateNotificationOfChangeParams params)
-
createNotificationOfChange
@MustBeClosed() abstract HttpResponseFor<InboundAchTransfer> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<InboundAchTransfer> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params)
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<InboundAchTransfer> createNotificationOfChange(String inboundAchTransferId, RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundAchTransfer> decline(String inboundAchTransferId)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferService.decline.
-
decline
@MustBeClosed() HttpResponseFor<InboundAchTransfer> decline(String inboundAchTransferId, InboundAchTransferDeclineParams params, RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundAchTransfer> decline(String inboundAchTransferId, InboundAchTransferDeclineParams params)
-
decline
@MustBeClosed() abstract HttpResponseFor<InboundAchTransfer> decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundAchTransfer> decline(InboundAchTransferDeclineParams params)
-
decline
@MustBeClosed() HttpResponseFor<InboundAchTransfer> decline(String inboundAchTransferId, RequestOptions requestOptions)
-
transferReturn
@MustBeClosed() HttpResponseFor<InboundAchTransfer> transferReturn(String inboundAchTransferId, InboundAchTransferTransferReturnParams params)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferService.transferReturn.
-
transferReturn
@MustBeClosed() HttpResponseFor<InboundAchTransfer> transferReturn(String inboundAchTransferId, InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
-
transferReturn
@MustBeClosed() HttpResponseFor<InboundAchTransfer> transferReturn(InboundAchTransferTransferReturnParams params)
-
transferReturn
@MustBeClosed() abstract HttpResponseFor<InboundAchTransfer> transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
-
-
-
-