Uses of Class
com.adyen.model.checkout.ThreeDS2RequestFields.AcctTypeEnum
-
Packages that use ThreeDS2RequestFields.AcctTypeEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestFields.AcctTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestFields.AcctTypeEnum Modifier and Type Method Description static ThreeDS2RequestFields.AcctTypeEnumThreeDS2RequestFields.AcctTypeEnum. fromValue(String value)ThreeDS2RequestFields.AcctTypeEnumThreeDS2RequestFields. getAcctType()Indicates the type of account.static ThreeDS2RequestFields.AcctTypeEnumThreeDS2RequestFields.AcctTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestFields.AcctTypeEnum[]ThreeDS2RequestFields.AcctTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type ThreeDS2RequestFields.AcctTypeEnum Modifier and Type Method Description ThreeDS2RequestFieldsThreeDS2RequestFields. acctType(ThreeDS2RequestFields.AcctTypeEnum acctType)Indicates the type of account.voidThreeDS2RequestFields. setAcctType(ThreeDS2RequestFields.AcctTypeEnum acctType)Indicates the type of account.
-