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