paymentFee property

Implementation

UpdateSplitConfigurationLogicRequestPaymentFeeEnum? get paymentFee =>
    _$this._paymentFee;

Implementation

set paymentFee(
  UpdateSplitConfigurationLogicRequestPaymentFeeEnum? paymentFee,
) => _$this._paymentFee = paymentFee;