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 abstract 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.abstract HttpResponseFor<InboundAchTransfer>retrieve(InboundAchTransferRetrieveParams params)Returns a raw HTTP response for get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferService.retrieve.abstract 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.abstract HttpResponseFor<InboundAchTransferListPage>list(InboundAchTransferListParams params)Returns a raw HTTP response for get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.abstract HttpResponseFor<InboundAchTransferListPage>list()Returns a raw HTTP response for get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.HttpResponseFor<InboundAchTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.abstract 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.abstract HttpResponseFor<InboundAchTransfer>createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params)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.abstract 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.abstract HttpResponseFor<InboundAchTransfer>decline(InboundAchTransferDeclineParams params)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferService.decline.abstract 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.abstract HttpResponseFor<InboundAchTransfer>transferReturn(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.-
-
Method Detail
-
retrieve
abstract 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.
-
retrieve
abstract HttpResponseFor<InboundAchTransfer> retrieve(InboundAchTransferRetrieveParams params)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferService.retrieve.
-
list
abstract 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.
-
list
abstract HttpResponseFor<InboundAchTransferListPage> list(InboundAchTransferListParams params)
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.
-
list
abstract HttpResponseFor<InboundAchTransferListPage> list()
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.
-
list
HttpResponseFor<InboundAchTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferService.list.
-
createNotificationOfChange
abstract 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.
-
createNotificationOfChange
abstract HttpResponseFor<InboundAchTransfer> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params)
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
abstract 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.
-
decline
abstract HttpResponseFor<InboundAchTransfer> decline(InboundAchTransferDeclineParams params)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferService.decline.
-
transferReturn
abstract 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.
-
transferReturn
abstract HttpResponseFor<InboundAchTransfer> transferReturn(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.
-
-
-
-