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