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