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