refundCostAllocation property

Implementation

SplitConfigurationLogicRefundCostAllocationEnum? get refundCostAllocation =>
    _$this._refundCostAllocation;
set refundCostAllocation (SplitConfigurationLogicRefundCostAllocationEnum? refundCostAllocation)

Implementation

set refundCostAllocation(
  SplitConfigurationLogicRefundCostAllocationEnum? refundCostAllocation,
) => _$this._refundCostAllocation = refundCostAllocation;