Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPaperCheck.Type
-
Packages that use HyperwalletPaperCheck.Type Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPaperCheck.Type in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPaperCheck.Type Modifier and Type Method Description HyperwalletPaperCheck.TypeHyperwalletPaperCheck. getType()static HyperwalletPaperCheck.TypeHyperwalletPaperCheck.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPaperCheck.Type[]HyperwalletPaperCheck.Type. 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 HyperwalletPaperCheck.Type Modifier and Type Method Description voidHyperwalletPaperCheck. setType(HyperwalletPaperCheck.Type type)HyperwalletPaperCheckHyperwalletPaperCheck. type(HyperwalletPaperCheck.Type type)
-