Uses of Class
com.adyen.model.ThreeDS2RequestData.AcctTypeEnum
-
Packages that use ThreeDS2RequestData.AcctTypeEnum Package Description com.adyen.model -
-
Uses of ThreeDS2RequestData.AcctTypeEnum in com.adyen.model
Methods in com.adyen.model that return ThreeDS2RequestData.AcctTypeEnum Modifier and Type Method Description static ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData.AcctTypeEnum. fromValue(String input)ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData. getAcctType()Indicates the type of account.ThreeDS2RequestData.AcctTypeEnumThreeDS2RequestData.AcctTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type ThreeDS2RequestData.AcctTypeEnum Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. acctType(ThreeDS2RequestData.AcctTypeEnum acctType)voidThreeDS2RequestData. setAcctType(ThreeDS2RequestData.AcctTypeEnum acctType)voidThreeDS2RequestData.AcctTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThreeDS2RequestData.AcctTypeEnum enumeration)
-