Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletUser.BusinessType
-
Packages that use HyperwalletUser.BusinessType Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletUser.BusinessType in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletUser.BusinessType Modifier and Type Method Description HyperwalletUser.BusinessTypeHyperwalletPaperCheck. getBusinessType()HyperwalletUser.BusinessTypeHyperwalletUser. getBusinessType()static HyperwalletUser.BusinessTypeHyperwalletUser.BusinessType. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletUser.BusinessType[]HyperwalletUser.BusinessType. 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 HyperwalletUser.BusinessType Modifier and Type Method Description HyperwalletPaperCheckHyperwalletPaperCheck. businessType(HyperwalletUser.BusinessType businessType)HyperwalletUserHyperwalletUser. businessType(HyperwalletUser.BusinessType businessType)voidHyperwalletPaperCheck. setBusinessType(HyperwalletUser.BusinessType businessType)voidHyperwalletUser. setBusinessType(HyperwalletUser.BusinessType businessType)
-