Uses of Class
com.adyen.model.checkout.PaymentSetupRequest.ChannelEnum
-
Packages that use PaymentSetupRequest.ChannelEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentSetupRequest.ChannelEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentSetupRequest.ChannelEnum Modifier and Type Method Description static PaymentSetupRequest.ChannelEnumPaymentSetupRequest.ChannelEnum. fromValue(String value)PaymentSetupRequest.ChannelEnumPaymentSetupRequest. getChannel()The platform where a payment transaction takes place.static PaymentSetupRequest.ChannelEnumPaymentSetupRequest.ChannelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentSetupRequest.ChannelEnum[]PaymentSetupRequest.ChannelEnum. 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 PaymentSetupRequest.ChannelEnum Modifier and Type Method Description PaymentSetupRequestPaymentSetupRequest. channel(PaymentSetupRequest.ChannelEnum channel)voidPaymentSetupRequest. setChannel(PaymentSetupRequest.ChannelEnum channel)The platform where a payment transaction takes place.
-