Uses of Class
com.adyen.model.checkout.ThreeDS2RequestData.AcctTypeEnum
-
Packages that use ThreeDS2RequestData.AcctTypeEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestData.AcctTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestData.AcctTypeEnum Modifier and Type Method Description static ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData.AcctTypeEnum. fromValue(String value)ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData. getAcctType()Indicates the type of account.static ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData.AcctTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestData.AcctTypeEnum[]ThreeDS2RequestData.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 ThreeDS2RequestData.AcctTypeEnum Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. acctType(ThreeDS2RequestData.AcctTypeEnum acctType)Indicates the type of account.voidThreeDS2RequestData. setAcctType(ThreeDS2RequestData.AcctTypeEnum acctType)Indicates the type of account.
-