Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletTransferMethod.VerificationStatus
-
Packages that use HyperwalletTransferMethod.VerificationStatus Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletTransferMethod.VerificationStatus in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletTransferMethod.VerificationStatus Modifier and Type Method Description HyperwalletTransferMethod.VerificationStatusHyperwalletTransferMethod. getVerificationStatus()static HyperwalletTransferMethod.VerificationStatusHyperwalletTransferMethod.VerificationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletTransferMethod.VerificationStatus[]HyperwalletTransferMethod.VerificationStatus. 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 HyperwalletTransferMethod.VerificationStatus Modifier and Type Method Description voidHyperwalletTransferMethod. setVerificationStatus(HyperwalletTransferMethod.VerificationStatus verificationStatus)HyperwalletTransferMethodHyperwalletTransferMethod. verificationStatus(HyperwalletTransferMethod.VerificationStatus verificationStatus)
-