WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings constructor

const 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? consignorFeePoDescription,
  10. String? consignorFeePoType,
  11. String? defaultConsignorFeeBasedOn,
  12. int? defaultConsignorPercent,
  13. int? defaultHousePercent,
  14. String? reReceiveConsignedItemUnretiredReasonId,
  15. String? reReceiveConsignedItemUnretiredReason,
  16. bool? hideConsignmentTransactionsOnSubRentalTab,
  17. bool? awardConsignorFeesForStaged,
  18. bool? awardFullConsignorFeeEvenWhenItemsAreOverfulfilled,
  19. bool? defaultTreatConsignedQtyAsOwned,
  20. String? dateStamp,
  21. bool? defaultProcessConsignmentSelectAllInvoices,
  22. String? auditNote,
  23. String? recordTitle,
  24. dynamic urlIdentifier,
  25. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  26. List<FwStandardDataFwCustomValue>? custom,
  27. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  28. FwStandardBusinessLogicFwBusinessLogic? original,
  29. List<FwStandardDataFwTranslatedValue>? translation,
  30. bool? hasImport,
  31. bool? hasDocuments,
  32. String? createdByUserId,
  33. String? createdByUserName,
  34. String? createdDateTime,
  35. String? modifiedByUserId,
  36. String? modifiedByUserName,
  37. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings({
  this.consignmentSettingsId,
  this.consignmentSettingsName,
  this.enableConsignment,
  this.consignmentColor,
  this.consignorFeePoRateId,
  this.consignorFeePoRateICode,
  this.consignorFeePoRateDescription,
  this.consignorFeePoTypeId,
  this.consignorFeePoDescription,
  this.consignorFeePoType,
  this.defaultConsignorFeeBasedOn,
  this.defaultConsignorPercent,
  this.defaultHousePercent,
  this.reReceiveConsignedItemUnretiredReasonId,
  this.reReceiveConsignedItemUnretiredReason,
  this.hideConsignmentTransactionsOnSubRentalTab,
  this.awardConsignorFeesForStaged,
  this.awardFullConsignorFeeEvenWhenItemsAreOverfulfilled,
  this.defaultTreatConsignedQtyAsOwned,
  this.dateStamp,
  this.defaultProcessConsignmentSelectAllInvoices,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});