Uses of Class
com.adyen.model.payment.PlatformChargebackLogic.BehaviorEnum
-
Packages that use PlatformChargebackLogic.BehaviorEnum Package Description com.adyen.model.payment -
-
Uses of PlatformChargebackLogic.BehaviorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return PlatformChargebackLogic.BehaviorEnum Modifier and Type Method Description static PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic.BehaviorEnum. fromValue(String value)PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic. getBehavior()The method of handling the chargeback.static PlatformChargebackLogic.BehaviorEnumPlatformChargebackLogic.BehaviorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformChargebackLogic.BehaviorEnum[]PlatformChargebackLogic.BehaviorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type PlatformChargebackLogic.BehaviorEnum Modifier and Type Method Description PlatformChargebackLogicPlatformChargebackLogic. behavior(PlatformChargebackLogic.BehaviorEnum behavior)voidPlatformChargebackLogic. setBehavior(PlatformChargebackLogic.BehaviorEnum behavior)The method of handling the chargeback.
-