WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings constructor

WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings({
  1. String? consignmentSettingsId,
  2. String? consignmentSettingsName,
  3. bool? enableConsignment,
  4. String? consignmentColor,
  5. String? consignorFeePoRateId,
  6. String? consignorFeePoRateICode,
  7. String? consignorFeePoRateDescription,
  8. String? consignorFeePoTypeId,
  9. String? consignorFeePoType,
  10. String? defaultConsignorFeeBasedOn,
  11. int? defaultConsignorPercent,
  12. int? defaultHousePercent,
  13. String? reReceiveConsignedItemUnretiredReasonId,
  14. String? reReceiveConsignedItemUnretiredReason,
  15. bool? hideConsignmentTransactionsOnSubRentalTab,
  16. bool? awardConsignorFeesForStaged,
  17. bool? awardFullConsignorFeeEvenWhenItemsAreOverfulfilled,
  18. bool? defaultTreatConsignedQtyAsOwned,
  19. String? dateStamp,
  20. String? auditNote,
  21. String? recordTitle,
  22. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  23. List<FwStandardDataFwCustomValue>? custom,
  24. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  25. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings({
  this.consignmentSettingsId,
  this.consignmentSettingsName,
  this.enableConsignment,
  this.consignmentColor,
  this.consignorFeePoRateId,
  this.consignorFeePoRateICode,
  this.consignorFeePoRateDescription,
  this.consignorFeePoTypeId,
  this.consignorFeePoType,
  this.defaultConsignorFeeBasedOn,
  this.defaultConsignorPercent,
  this.defaultHousePercent,
  this.reReceiveConsignedItemUnretiredReasonId,
  this.reReceiveConsignedItemUnretiredReason,
  this.hideConsignmentTransactionsOnSubRentalTab,
  this.awardConsignorFeesForStaged,
  this.awardFullConsignorFeeEvenWhenItemsAreOverfulfilled,
  this.defaultTreatConsignedQtyAsOwned,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});