WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings constructor
const
WebApiModulesSettingsSystemSettingsDefaultSettingsDefaultSettings({
- String? defaultSettingsId,
- String? defaultUnitId,
- String? defaultSettingsName,
- String? defaultUnit,
- String? defaultDealStatusId,
- String? defaultDealStatus,
- String? defaultCustomerStatusId,
- String? defaultCustomerStatus,
- String? defaultDealBillingCycleId,
- String? defaultDealBillingCycle,
- bool? defaultDealPoRequired,
- String? defaultDealPoType,
- bool? defaultDealStagingExcludeOrderAfterWrap,
- String? defaultNonRecurringBillingCycleId,
- String? defaultNonRecurringBillingCycle,
- String? defaultCustomerPaymentTermsId,
- String? defaultCustomerPaymentTerms,
- String? defaultContactGroupId,
- String? defaultContactGroupName,
- String? defaultRank,
- String? defaultCreditStatusId,
- String? defaultCreditStatus,
- bool? contactShowAllDeals,
- String? defaultVendorBillingCycleId,
- String? defaultVendorBillingCycle,
- String? defaultVendorPaymentTermsId,
- String? defaultVendorPaymentTerms,
- String? defaultVendorOutgoingDeliveryType,
- String? defaultVendorIncomingDeliveryType,
- bool? defaultVendorRentalInventory,
- bool? defaultVendorSalesPartsInventory,
- bool? defaultVendorRepair,
- bool? defaultVendorManufacturer,
- bool? defaultVendorFreight,
- bool? defaultVendorInsurance,
- bool? defaultVendorSubRent,
- bool? defaultVendorSubSales,
- bool? defaultVendorSubMisc,
- bool? defaultVendorSubLabor,
- bool? defaultVendorSubVehicle,
- bool? defaultVendorConsignment,
- String? rentalConditionId,
- String? rentalCondition,
- String? setConditionId,
- String? setCondition,
- String? propsConditionId,
- String? propsCondition,
- bool? defaultFulfillStrictPricingMatch,
- bool? defaultFulfillStrictNestingLvlMatch,
- bool? defaultQCRequired,
- String? defaultCustomerPaymentTypeId,
- String? defaultCustomerPaymentType,
- String? defaultVendorPaymentTypeId,
- String? defaultVendorPaymentType,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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.defaultCustomerPaymentTypeId,
this.defaultCustomerPaymentType,
this.defaultVendorPaymentTypeId,
this.defaultVendorPaymentType,
this.dateStamp,
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,
});