chargeback property
- @BuiltValueField.new(wireName: r'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;