Uses of Class
com.adyen.model.checkout.PaymentSessionRequest.ChannelEnum
-
Packages that use PaymentSessionRequest.ChannelEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentSessionRequest.ChannelEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentSessionRequest.ChannelEnum Modifier and Type Method Description static PaymentSessionRequest.ChannelEnumPaymentSessionRequest.ChannelEnum. fromValue(String text)PaymentSessionRequest.ChannelEnumPaymentSessionRequest. getChannel()PaymentSessionRequest.ChannelEnumPaymentSessionRequest.ChannelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentSessionRequest.ChannelEnumPaymentSessionRequest.ChannelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentSessionRequest.ChannelEnum[]PaymentSessionRequest.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 PaymentSessionRequest.ChannelEnum Modifier and Type Method Description PaymentSessionRequestPaymentSessionRequest. channel(PaymentSessionRequest.ChannelEnum channel)voidPaymentSessionRequest. setChannel(PaymentSessionRequest.ChannelEnum channel)voidPaymentSessionRequest.ChannelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentSessionRequest.ChannelEnum enumeration)
-