WebApiLogicAppFuncDefaultSettingsResponse constructor

const WebApiLogicAppFuncDefaultSettingsResponse({
  1. String? defaultUnitId,
  2. String? defaultUnit,
  3. String? defaultDealStatusId,
  4. String? defaultDealStatus,
  5. bool? defaultDealPoRequired,
  6. String? defaultDealPoType,
  7. bool? defaultDealStagingExcludeOrderAfterWrap,
  8. String? defaultCustomerStatusId,
  9. String? defaultCustomerStatus,
  10. String? defaultCustomerPaymentTypeId,
  11. String? defaultCustomerPaymentType,
  12. String? defaultDealBillingCycleId,
  13. String? defaultDealBillingCycle,
  14. String? defaultVendorPaymentTermsId,
  15. String? defaultVendorPaymentTerms,
  16. String? defaultVendorOutgoingDeliveryType,
  17. String? defaultVendorIncomingDeliveryType,
  18. bool? defaultVendorRentalInventory,
  19. bool? defaultVendorSalesPartsInventory,
  20. bool? defaultVendorRepair,
  21. bool? defaultVendorManufacturer,
  22. bool? defaultVendorFreight,
  23. bool? defaultVendorInsurance,
  24. bool? defaultVendorSubRent,
  25. bool? defaultVendorSubSales,
  26. bool? defaultVendorSubMisc,
  27. bool? defaultVendorSubLabor,
  28. bool? defaultVendorSubVehicle,
  29. bool? defaultVendorConsignment,
  30. String? defaultNonRecurringBillingCycleId,
  31. String? defaultNonRecurringBillingCycle,
  32. String? defaultVendorBillingCycleId,
  33. String? defaultVendorBillingCycle,
  34. String? defaultVendorPaymentTypeId,
  35. String? defaultVendorPaymentType,
  36. String? defaultCustomerPaymentTermsId,
  37. String? defaultCustomerPaymentTerms,
  38. String? defaultRank,
  39. String? defaultCreditStatusId,
  40. String? defaultCreditStatus,
  41. bool? contactShowAllDeals,
  42. bool? defaultFulfillStrictPricingMatch,
  43. bool? defaultFulfillStrictNestingLvlMatch,
})

Implementation

const WebApiLogicAppFuncDefaultSettingsResponse({
  this.defaultUnitId,
  this.defaultUnit,
  this.defaultDealStatusId,
  this.defaultDealStatus,
  this.defaultDealPoRequired,
  this.defaultDealPoType,
  this.defaultDealStagingExcludeOrderAfterWrap,
  this.defaultCustomerStatusId,
  this.defaultCustomerStatus,
  this.defaultCustomerPaymentTypeId,
  this.defaultCustomerPaymentType,
  this.defaultDealBillingCycleId,
  this.defaultDealBillingCycle,
  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.defaultNonRecurringBillingCycleId,
  this.defaultNonRecurringBillingCycle,
  this.defaultVendorBillingCycleId,
  this.defaultVendorBillingCycle,
  this.defaultVendorPaymentTypeId,
  this.defaultVendorPaymentType,
  this.defaultCustomerPaymentTermsId,
  this.defaultCustomerPaymentTerms,
  this.defaultRank,
  this.defaultCreditStatusId,
  this.defaultCreditStatus,
  this.contactShowAllDeals,
  this.defaultFulfillStrictPricingMatch,
  this.defaultFulfillStrictNestingLvlMatch,
});