Uses of Class
com.adyen.model.payout.PayoutRequest.ShopperInteractionEnum
-
Packages that use PayoutRequest.ShopperInteractionEnum Package Description com.adyen.model.payout -
-
Uses of PayoutRequest.ShopperInteractionEnum in com.adyen.model.payout
Methods in com.adyen.model.payout that return PayoutRequest.ShopperInteractionEnum Modifier and Type Method Description static PayoutRequest.ShopperInteractionEnumPayoutRequest.ShopperInteractionEnum. fromValue(String value)PayoutRequest.ShopperInteractionEnumPayoutRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.static PayoutRequest.ShopperInteractionEnumPayoutRequest.ShopperInteractionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutRequest.ShopperInteractionEnum[]PayoutRequest.ShopperInteractionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payout with parameters of type PayoutRequest.ShopperInteractionEnum Modifier and Type Method Description voidPayoutRequest. setShopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction)Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.PayoutRequestPayoutRequest. shopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction)
-