Uses of Class
com.adyen.model.checkout.PlatformChargebackLogic.BehaviorEnum
-
Packages that use PlatformChargebackLogic.BehaviorEnum Package Description com.adyen.model.checkout -
-
Uses of PlatformChargebackLogic.BehaviorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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.checkout 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.
-