Uses of Class
com.adyen.model.legalentitymanagement.SourceOfFunds.TypeEnum
-
Packages that use SourceOfFunds.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of SourceOfFunds.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return SourceOfFunds.TypeEnum Modifier and Type Method Description static SourceOfFunds.TypeEnumSourceOfFunds.TypeEnum. fromValue(String value)SourceOfFunds.TypeEnumSourceOfFunds. getType()The type of the source of funds.static SourceOfFunds.TypeEnumSourceOfFunds.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceOfFunds.TypeEnum[]SourceOfFunds.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type SourceOfFunds.TypeEnum Modifier and Type Method Description voidSourceOfFunds. setType(SourceOfFunds.TypeEnum type)The type of the source of funds.SourceOfFundsSourceOfFunds. type(SourceOfFunds.TypeEnum type)The type of the source of funds.
-