Uses of Class
com.adyen.model.management.GivexInfo.PaymentFlowEnum
-
Packages that use GivexInfo.PaymentFlowEnum Package Description com.adyen.model.management -
-
Uses of GivexInfo.PaymentFlowEnum in com.adyen.model.management
Methods in com.adyen.model.management that return GivexInfo.PaymentFlowEnum Modifier and Type Method Description static GivexInfo.PaymentFlowEnumGivexInfo.PaymentFlowEnum. fromValue(String value)GivexInfo.PaymentFlowEnumGivexInfo. getPaymentFlow()The sales channel used for the payment.static GivexInfo.PaymentFlowEnumGivexInfo.PaymentFlowEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GivexInfo.PaymentFlowEnum[]GivexInfo.PaymentFlowEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type GivexInfo.PaymentFlowEnum Modifier and Type Method Description GivexInfoGivexInfo. paymentFlow(GivexInfo.PaymentFlowEnum paymentFlow)The sales channel used for the payment.voidGivexInfo. setPaymentFlow(GivexInfo.PaymentFlowEnum paymentFlow)The sales channel used for the payment.
-