PlatformChargebackLogic class abstract
PlatformChargebackLogic
Properties:
- behavior - The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
- costAllocationAccount - The unique identifier of the balance account to which the chargeback fees are booked. By default, the chargeback fees are booked to your liable balance account.
- targetAccount - The unique identifier of the balance account against which the disputed amount is booked. Required if
behavioris deductFromOneBalanceAccount.
- Annotations
-
- @BuiltValue.new()
Constructors
- PlatformChargebackLogic([void updates(PlatformChargebackLogicBuilder b)])
-
factory
Properties
- behavior → PlatformChargebackLogicBehaviorEnum?
-
The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.
no setter
- costAllocationAccount → String?
-
The unique identifier of the balance account to which the chargeback fees are booked. By default, the chargeback fees are booked to your liable balance account.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetAccount → String?
-
The unique identifier of the balance account against which the disputed amount is booked. Required if
behavioris deductFromOneBalanceAccount.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PlatformChargebackLogicBuilder)) → PlatformChargebackLogic -
Rebuilds the instance.
inherited
-
toBuilder(
) → PlatformChargebackLogicBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
PlatformChargebackLogic> -
no setter