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