Uses of Class
com.adyen.model.payment.ThreeDS2RequestData.AcctTypeEnum
-
Packages that use ThreeDS2RequestData.AcctTypeEnum Package Description com.adyen.model.payment -
-
Uses of ThreeDS2RequestData.AcctTypeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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.
-