deductFromLiableAccount constant

  1. @BuiltValueEnumConst.new(wireName: r'deductFromLiableAccount')
PlatformChargebackLogicBehaviorEnum const deductFromLiableAccount

The method of handling the chargeback. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.

Implementation

@BuiltValueEnumConst(wireName: r'deductFromLiableAccount')
static const PlatformChargebackLogicBehaviorEnum deductFromLiableAccount = _$platformChargebackLogicBehaviorEnum_deductFromLiableAccount;