Class InboundAchTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.InboundAchTransferService.WithRawResponse
public final class InboundAchTransferServiceImpl.WithRawResponseImpl implements InboundAchTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundAchTransfer>retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferService.retrieve.HttpResponseFor<InboundAchTransferListPage>list(InboundAchTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.HttpResponseFor<InboundAchTransfer>createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)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.HttpResponseFor<InboundAchTransfer>decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferService.decline.HttpResponseFor<InboundAchTransfer>transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferService.transferReturn.-
-
Method Detail
-
retrieve
HttpResponseFor<InboundAchTransfer> retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferService.retrieve.
-
list
HttpResponseFor<InboundAchTransferListPage> list(InboundAchTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.
-
createNotificationOfChange
HttpResponseFor<InboundAchTransfer> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
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.
-
decline
HttpResponseFor<InboundAchTransfer> decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferService.decline.
-
transferReturn
HttpResponseFor<InboundAchTransfer> transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferService.transferReturn.
-
-
-
-