PlatformChargebackLogicBehaviorEnum class
- Inheritance
-
- Object
- EnumClass
- PlatformChargebackLogicBehaviorEnum
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PlatformChargebackLogicBehaviorEnum> -
no setter
-
values
→ BuiltSet<
PlatformChargebackLogicBehaviorEnum> -
no setter
Static Methods
Constants
- deductAccordingToSplitRatio → const PlatformChargebackLogicBehaviorEnum
- The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
- deductFromLiableAccount → const PlatformChargebackLogicBehaviorEnum
- The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
- deductFromOneBalanceAccount → const PlatformChargebackLogicBehaviorEnum
- The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
- unknownDefaultOpenApi → const PlatformChargebackLogicBehaviorEnum
- The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.