Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferRefundListOptions
-
Packages that use HyperwalletTransferRefundListOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferRefundListOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletTransferRefundListOptions Modifier and Type Method Description HyperwalletList<HyperwalletTransferRefund>Hyperwallet. listTransferRefunds(String transferToken, HyperwalletTransferRefundListOptions options)List Transfer Refund Requests -
Uses of HyperwalletTransferRefundListOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferRefundListOptions Modifier and Type Method Description HyperwalletTransferRefundListOptionsHyperwalletTransferRefundListOptions. clientRefundId(String clientRefundId)HyperwalletTransferRefundListOptionsHyperwalletTransferRefundListOptions. sourceToken(String sourceToken)HyperwalletTransferRefundListOptionsHyperwalletTransferRefundListOptions. status(String status)
-