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 text)PayoutRequest.ShopperInteractionEnumPayoutRequest. getShopperInteraction()Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.PayoutRequest.ShopperInteractionEnumPayoutRequest.ShopperInteractionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)PayoutRequestPayoutRequest. shopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction)voidPayoutRequest.ShopperInteractionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayoutRequest.ShopperInteractionEnum enumeration)
-