Uses of Class
com.adyen.model.balanceplatform.USInternationalAchAddressRequirement.TypeEnum
-
Packages that use USInternationalAchAddressRequirement.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of USInternationalAchAddressRequirement.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return USInternationalAchAddressRequirement.TypeEnum Modifier and Type Method Description static USInternationalAchAddressRequirement.TypeEnumUSInternationalAchAddressRequirement.TypeEnum. fromValue(String value)USInternationalAchAddressRequirement.TypeEnumUSInternationalAchAddressRequirement. getType()**usInternationalAchAddressRequirement**static USInternationalAchAddressRequirement.TypeEnumUSInternationalAchAddressRequirement.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static USInternationalAchAddressRequirement.TypeEnum[]USInternationalAchAddressRequirement.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 USInternationalAchAddressRequirement.TypeEnum Modifier and Type Method Description voidUSInternationalAchAddressRequirement. setType(USInternationalAchAddressRequirement.TypeEnum type)**usInternationalAchAddressRequirement**USInternationalAchAddressRequirementUSInternationalAchAddressRequirement. type(USInternationalAchAddressRequirement.TypeEnum type)**usInternationalAchAddressRequirement**
-