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