Uses of Class
com.adyen.model.transfers.BRLocalAccountIdentification.TypeEnum
-
Packages that use BRLocalAccountIdentification.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of BRLocalAccountIdentification.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type BRLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidBRLocalAccountIdentification. setType(BRLocalAccountIdentification.TypeEnum type)**brLocal**BRLocalAccountIdentificationBRLocalAccountIdentification. type(BRLocalAccountIdentification.TypeEnum type)**brLocal**
-