WebApiLogicAppFuncConsignmentSettingsResponse constructor

WebApiLogicAppFuncConsignmentSettingsResponse({
  1. bool? enableConsignment,
  2. String? defaultConsignorFeeBasedOn,
  3. int? defaultConsignorPercent,
  4. int? defaultHousePercent,
  5. bool? defaultTreatConsignedQtyAsOwned,
})

Implementation

WebApiLogicAppFuncConsignmentSettingsResponse({
  this.enableConsignment,
  this.defaultConsignorFeeBasedOn,
  this.defaultConsignorPercent,
  this.defaultHousePercent,
  this.defaultTreatConsignedQtyAsOwned,
});