Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferRefund.Status
-
Packages that use HyperwalletTransferRefund.Status Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferRefund.Status in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferRefund.Status Modifier and Type Method Description HyperwalletTransferRefund.StatusHyperwalletTransferRefund. getStatus()static HyperwalletTransferRefund.StatusHyperwalletTransferRefund.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletTransferRefund.Status[]HyperwalletTransferRefund.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletTransferRefund.Status Modifier and Type Method Description voidHyperwalletTransferRefund. setStatus(HyperwalletTransferRefund.Status status)HyperwalletTransferRefundHyperwalletTransferRefund. status(HyperwalletTransferRefund.Status status)
-