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