refund property

  1. @BuiltValueField.new(wireName: r'refund')
UpdateSplitConfigurationLogicRequestRefundEnum? get refund

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

Implementation

@BuiltValueField(wireName: r'refund')
UpdateSplitConfigurationLogicRequestRefundEnum? get refund;