Uses of Class
com.adyen.model.balanceplatform.BRLocalAccountIdentification.TypeEnum
-
Packages that use BRLocalAccountIdentification.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of BRLocalAccountIdentification.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BRLocalAccountIdentification.TypeEnum Modifier and Type Method Description static BRLocalAccountIdentification.TypeEnumBRLocalAccountIdentification.TypeEnum. fromValue(String value)BRLocalAccountIdentification.TypeEnumBRLocalAccountIdentification. getType()**brLocal**static BRLocalAccountIdentification.TypeEnumBRLocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BRLocalAccountIdentification.TypeEnum[]BRLocalAccountIdentification.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type BRLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidBRLocalAccountIdentification. setType(BRLocalAccountIdentification.TypeEnum type)**brLocal**BRLocalAccountIdentificationBRLocalAccountIdentification. type(BRLocalAccountIdentification.TypeEnum type)
-