Uses of Class
com.adyen.model.checkout.PaymentsRequest.ChannelEnum
-
Packages that use PaymentsRequest.ChannelEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentsRequest.ChannelEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentsRequest.ChannelEnum Modifier and Type Method Description static PaymentsRequest.ChannelEnumPaymentsRequest.ChannelEnum. fromValue(String input)PaymentsRequest.ChannelEnumPaymentsRequest. getChannel()The platform where a payment transaction takes place.PaymentsRequest.ChannelEnumPaymentsRequest.ChannelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentsRequest.ChannelEnumPaymentsRequest.ChannelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentsRequest.ChannelEnum[]PaymentsRequest.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 PaymentsRequest.ChannelEnum Modifier and Type Method Description PaymentsRequestPaymentsRequest. channel(PaymentsRequest.ChannelEnum channel)voidPaymentsRequest. setChannel(PaymentsRequest.ChannelEnum channel)voidPaymentsRequest.ChannelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentsRequest.ChannelEnum enumeration)
-