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