Uses of Class
com.adyen.model.sessionauthentication.ProductType
-
Packages that use ProductType Package Description com.adyen.model.sessionauthentication -
-
Uses of ProductType in com.adyen.model.sessionauthentication
Methods in com.adyen.model.sessionauthentication that return ProductType Modifier and Type Method Description static ProductTypeProductType. fromValue(String value)ProductTypeAuthenticationSessionRequest. getProduct()Get productstatic ProductTypeProductType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductType[]ProductType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.sessionauthentication with parameters of type ProductType Modifier and Type Method Description AuthenticationSessionRequestAuthenticationSessionRequest. product(ProductType product)productvoidAuthenticationSessionRequest. setProduct(ProductType product)product
-