Uses of Class
com.adyen.model.checkout.ThreeDS2RequestData2.AddrMatchEnum
-
Packages that use ThreeDS2RequestData2.AddrMatchEnum Package Description com.adyen.model.checkout -
-
Uses of ThreeDS2RequestData2.AddrMatchEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestData2.AddrMatchEnum Modifier and Type Method Description static ThreeDS2RequestData2.AddrMatchEnumThreeDS2RequestData2.AddrMatchEnum. fromValue(String value)ThreeDS2RequestData2.AddrMatchEnumThreeDS2RequestData2. getAddrMatch()Indicates whether the Cardholder Shipping Address and Cardholder Billing Address are the same.static ThreeDS2RequestData2.AddrMatchEnumThreeDS2RequestData2.AddrMatchEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDS2RequestData2.AddrMatchEnum[]ThreeDS2RequestData2.AddrMatchEnum. 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 ThreeDS2RequestData2.AddrMatchEnum Modifier and Type Method Description ThreeDS2RequestData2ThreeDS2RequestData2. addrMatch(ThreeDS2RequestData2.AddrMatchEnum addrMatch)voidThreeDS2RequestData2. setAddrMatch(ThreeDS2RequestData2.AddrMatchEnum addrMatch)
-