Uses of Class
com.adyen.model.tapi.AccountType
-
Packages that use AccountType Package Description com.adyen.model.tapi -
-
Uses of AccountType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return AccountType Modifier and Type Method Description static AccountTypeAccountType. fromValue(String value)AccountTypePaymentAccountReq. getAccountType()Get accountTypestatic AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type AccountType Modifier and Type Method Description PaymentAccountReqPaymentAccountReq. accountType(AccountType accountType)accountTypevoidPaymentAccountReq. setAccountType(AccountType accountType)accountType
-