WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings constructor

const WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings({
  1. String? defaultSettingsId,
  2. String? defaultUnitId,
  3. String? defaultSettingsName,
  4. String? defaultUnit,
  5. String? defaultDealStatusId,
  6. String? defaultDealStatus,
  7. String? defaultCustomerStatusId,
  8. String? defaultCustomerStatus,
  9. String? defaultDealBillingCycleId,
  10. String? defaultDealBillingCycle,
  11. bool? defaultDealPoRequired,
  12. String? defaultDealPoType,
  13. bool? defaultDealStagingExcludeOrderAfterWrap,
  14. String? defaultNonRecurringBillingCycleId,
  15. String? defaultNonRecurringBillingCycle,
  16. String? defaultCustomerPaymentTermsId,
  17. String? defaultCustomerPaymentTerms,
  18. String? defaultContactGroupId,
  19. String? defaultContactGroupName,
  20. String? defaultRank,
  21. String? defaultCreditStatusId,
  22. String? defaultCreditStatus,
  23. bool? contactShowAllDeals,
  24. String? defaultVendorBillingCycleId,
  25. String? defaultVendorBillingCycle,
  26. String? defaultVendorPaymentTermsId,
  27. String? defaultVendorPaymentTerms,
  28. String? defaultVendorOutgoingDeliveryType,
  29. String? defaultVendorIncomingDeliveryType,
  30. bool? defaultVendorRentalInventory,
  31. bool? defaultVendorSalesPartsInventory,
  32. bool? defaultVendorRepair,
  33. bool? defaultVendorManufacturer,
  34. bool? defaultVendorFreight,
  35. bool? defaultVendorInsurance,
  36. bool? defaultVendorSubRent,
  37. bool? defaultVendorSubSales,
  38. bool? defaultVendorSubMisc,
  39. bool? defaultVendorSubLabor,
  40. bool? defaultVendorSubVehicle,
  41. bool? defaultVendorConsignment,
  42. String? rentalConditionId,
  43. String? rentalCondition,
  44. String? setConditionId,
  45. String? setCondition,
  46. String? propsConditionId,
  47. String? propsCondition,
  48. bool? defaultFulfillStrictPricingMatch,
  49. bool? defaultFulfillStrictNestingLvlMatch,
  50. bool? defaultQCRequired,
  51. String? dateStamp,
  52. String? auditNote,
  53. String? recordTitle,
  54. dynamic urlIdentifier,
  55. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  56. List<FwStandardDataFwCustomValue>? custom,
  57. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  58. FwStandardBusinessLogicFwBusinessLogic? original,
  59. List<FwStandardDataFwTranslatedValue>? translation,
  60. bool? hasImport,
  61. String? createdByUserId,
  62. String? createdByUserName,
  63. String? createdDateTime,
  64. String? modifiedByUserId,
  65. String? modifiedByUserName,
  66. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings({
  this.defaultSettingsId,
  this.defaultUnitId,
  this.defaultSettingsName,
  this.defaultUnit,
  this.defaultDealStatusId,
  this.defaultDealStatus,
  this.defaultCustomerStatusId,
  this.defaultCustomerStatus,
  this.defaultDealBillingCycleId,
  this.defaultDealBillingCycle,
  this.defaultDealPoRequired,
  this.defaultDealPoType,
  this.defaultDealStagingExcludeOrderAfterWrap,
  this.defaultNonRecurringBillingCycleId,
  this.defaultNonRecurringBillingCycle,
  this.defaultCustomerPaymentTermsId,
  this.defaultCustomerPaymentTerms,
  this.defaultContactGroupId,
  this.defaultContactGroupName,
  this.defaultRank,
  this.defaultCreditStatusId,
  this.defaultCreditStatus,
  this.contactShowAllDeals,
  this.defaultVendorBillingCycleId,
  this.defaultVendorBillingCycle,
  this.defaultVendorPaymentTermsId,
  this.defaultVendorPaymentTerms,
  this.defaultVendorOutgoingDeliveryType,
  this.defaultVendorIncomingDeliveryType,
  this.defaultVendorRentalInventory,
  this.defaultVendorSalesPartsInventory,
  this.defaultVendorRepair,
  this.defaultVendorManufacturer,
  this.defaultVendorFreight,
  this.defaultVendorInsurance,
  this.defaultVendorSubRent,
  this.defaultVendorSubSales,
  this.defaultVendorSubMisc,
  this.defaultVendorSubLabor,
  this.defaultVendorSubVehicle,
  this.defaultVendorConsignment,
  this.rentalConditionId,
  this.rentalCondition,
  this.setConditionId,
  this.setCondition,
  this.propsConditionId,
  this.propsCondition,
  this.defaultFulfillStrictPricingMatch,
  this.defaultFulfillStrictNestingLvlMatch,
  this.defaultQCRequired,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});