Uses of Class
com.adyen.model.management.PaymentMethodSetupInfo.ShopperInteractionEnum
-
Packages that use PaymentMethodSetupInfo.ShopperInteractionEnum Package Description com.adyen.model.management -
-
Uses of PaymentMethodSetupInfo.ShopperInteractionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethodSetupInfo.ShopperInteractionEnum Modifier and Type Method Description static PaymentMethodSetupInfo.ShopperInteractionEnumPaymentMethodSetupInfo.ShopperInteractionEnum. fromValue(String value)PaymentMethodSetupInfo.ShopperInteractionEnumPaymentMethodSetupInfo. getShopperInteraction()The sales channel.PaymentMethodSetupInfo.ShopperInteractionEnumPaymentMethodSetupInfo.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentMethodSetupInfo.ShopperInteractionEnumPaymentMethodSetupInfo.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodSetupInfo.ShopperInteractionEnum[]PaymentMethodSetupInfo.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type PaymentMethodSetupInfo.ShopperInteractionEnum Modifier and Type Method Description voidPaymentMethodSetupInfo. setShopperInteraction(PaymentMethodSetupInfo.ShopperInteractionEnum shopperInteraction)PaymentMethodSetupInfoPaymentMethodSetupInfo. shopperInteraction(PaymentMethodSetupInfo.ShopperInteractionEnum shopperInteraction)voidPaymentMethodSetupInfo.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentMethodSetupInfo.ShopperInteractionEnum enumeration)
-