chargeback property

  1. @BuiltValueField.new(wireName: r'chargeback')
UpdateSplitConfigurationLogicRequestChargebackEnum? get chargeback

Specifies how and from which balance account(s) to deduct the chargeback amount. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount, deductAccordingToSplitRatio.

Implementation

@BuiltValueField(wireName: r'chargeback')
UpdateSplitConfigurationLogicRequestChargebackEnum? get chargeback;