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