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