schemeFee property

  1. @BuiltValueField.new(wireName: r'schemeFee')
SplitConfigurationLogicSchemeFeeEnum? get schemeFee

Deducts the scheme fee from the specified balance account. Possible values: deductFromLiableAccount, deductFromOneBalanceAccount.

Implementation

@BuiltValueField(wireName: r'schemeFee')
SplitConfigurationLogicSchemeFeeEnum? get schemeFee;