Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationCheckBankModel.TypeEnum
-
Packages that use VerificationCheckBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationCheckBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationCheckBankModel.TypeEnum Modifier and Type Method Description static VerificationCheckBankModel.TypeEnumVerificationCheckBankModel.TypeEnum. fromValue(String value)VerificationCheckBankModel.TypeEnumVerificationCheckBankModel. getType()The type of verification check.static VerificationCheckBankModel.TypeEnumVerificationCheckBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationCheckBankModel.TypeEnum[]VerificationCheckBankModel.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type VerificationCheckBankModel.TypeEnum Modifier and Type Method Description voidVerificationCheckBankModel. setType(VerificationCheckBankModel.TypeEnum type)VerificationCheckBankModelVerificationCheckBankModel. type(VerificationCheckBankModel.TypeEnum type)
-