copyWithWrapped method
WebApiLogicAppFuncDefaultSettingsResponse
copyWithWrapped({
- Wrapped<
String?> ? defaultUnitId, - Wrapped<
String?> ? defaultUnit, - Wrapped<
String?> ? defaultDealStatusId, - Wrapped<
String?> ? defaultDealStatus, - Wrapped<
bool?> ? defaultDealPoRequired, - Wrapped<
String?> ? defaultDealPoType, - Wrapped<
bool?> ? defaultDealStagingExcludeOrderAfterWrap, - Wrapped<
String?> ? defaultCustomerStatusId, - Wrapped<
String?> ? defaultCustomerStatus, - Wrapped<
String?> ? defaultCustomerPaymentTypeId, - Wrapped<
String?> ? defaultCustomerPaymentType, - Wrapped<
String?> ? defaultDealBillingCycleId, - Wrapped<
String?> ? defaultDealBillingCycle, - Wrapped<
String?> ? defaultVendorPaymentTermsId, - Wrapped<
String?> ? defaultVendorPaymentTerms, - Wrapped<
String?> ? defaultVendorOutgoingDeliveryType, - Wrapped<
String?> ? defaultVendorIncomingDeliveryType, - Wrapped<
bool?> ? defaultVendorRentalInventory, - Wrapped<
bool?> ? defaultVendorSalesPartsInventory, - Wrapped<
bool?> ? defaultVendorRepair, - Wrapped<
bool?> ? defaultVendorManufacturer, - Wrapped<
bool?> ? defaultVendorFreight, - Wrapped<
bool?> ? defaultVendorInsurance, - Wrapped<
bool?> ? defaultVendorSubRent, - Wrapped<
bool?> ? defaultVendorSubSales, - Wrapped<
bool?> ? defaultVendorSubMisc, - Wrapped<
bool?> ? defaultVendorSubLabor, - Wrapped<
bool?> ? defaultVendorSubVehicle, - Wrapped<
bool?> ? defaultVendorConsignment, - Wrapped<
String?> ? defaultNonRecurringBillingCycleId, - Wrapped<
String?> ? defaultNonRecurringBillingCycle, - Wrapped<
String?> ? defaultVendorBillingCycleId, - Wrapped<
String?> ? defaultVendorBillingCycle, - Wrapped<
String?> ? defaultVendorPaymentTypeId, - Wrapped<
String?> ? defaultVendorPaymentType, - Wrapped<
String?> ? defaultCustomerPaymentTermsId, - Wrapped<
String?> ? defaultCustomerPaymentTerms, - Wrapped<
String?> ? defaultRank, - Wrapped<
String?> ? defaultCreditStatusId, - Wrapped<
String?> ? defaultCreditStatus, - Wrapped<
bool?> ? contactShowAllDeals, - Wrapped<
bool?> ? defaultFulfillStrictPricingMatch, - Wrapped<
bool?> ? defaultFulfillStrictNestingLvlMatch,
Implementation
WebApiLogicAppFuncDefaultSettingsResponse copyWithWrapped({
Wrapped<String?>? defaultUnitId,
Wrapped<String?>? defaultUnit,
Wrapped<String?>? defaultDealStatusId,
Wrapped<String?>? defaultDealStatus,
Wrapped<bool?>? defaultDealPoRequired,
Wrapped<String?>? defaultDealPoType,
Wrapped<bool?>? defaultDealStagingExcludeOrderAfterWrap,
Wrapped<String?>? defaultCustomerStatusId,
Wrapped<String?>? defaultCustomerStatus,
Wrapped<String?>? defaultCustomerPaymentTypeId,
Wrapped<String?>? defaultCustomerPaymentType,
Wrapped<String?>? defaultDealBillingCycleId,
Wrapped<String?>? defaultDealBillingCycle,
Wrapped<String?>? defaultVendorPaymentTermsId,
Wrapped<String?>? defaultVendorPaymentTerms,
Wrapped<String?>? defaultVendorOutgoingDeliveryType,
Wrapped<String?>? defaultVendorIncomingDeliveryType,
Wrapped<bool?>? defaultVendorRentalInventory,
Wrapped<bool?>? defaultVendorSalesPartsInventory,
Wrapped<bool?>? defaultVendorRepair,
Wrapped<bool?>? defaultVendorManufacturer,
Wrapped<bool?>? defaultVendorFreight,
Wrapped<bool?>? defaultVendorInsurance,
Wrapped<bool?>? defaultVendorSubRent,
Wrapped<bool?>? defaultVendorSubSales,
Wrapped<bool?>? defaultVendorSubMisc,
Wrapped<bool?>? defaultVendorSubLabor,
Wrapped<bool?>? defaultVendorSubVehicle,
Wrapped<bool?>? defaultVendorConsignment,
Wrapped<String?>? defaultNonRecurringBillingCycleId,
Wrapped<String?>? defaultNonRecurringBillingCycle,
Wrapped<String?>? defaultVendorBillingCycleId,
Wrapped<String?>? defaultVendorBillingCycle,
Wrapped<String?>? defaultVendorPaymentTypeId,
Wrapped<String?>? defaultVendorPaymentType,
Wrapped<String?>? defaultCustomerPaymentTermsId,
Wrapped<String?>? defaultCustomerPaymentTerms,
Wrapped<String?>? defaultRank,
Wrapped<String?>? defaultCreditStatusId,
Wrapped<String?>? defaultCreditStatus,
Wrapped<bool?>? contactShowAllDeals,
Wrapped<bool?>? defaultFulfillStrictPricingMatch,
Wrapped<bool?>? defaultFulfillStrictNestingLvlMatch,
}) {
return WebApiLogicAppFuncDefaultSettingsResponse(
defaultUnitId: (defaultUnitId != null
? defaultUnitId.value
: this.defaultUnitId),
defaultUnit: (defaultUnit != null ? defaultUnit.value : this.defaultUnit),
defaultDealStatusId: (defaultDealStatusId != null
? defaultDealStatusId.value
: this.defaultDealStatusId),
defaultDealStatus: (defaultDealStatus != null
? defaultDealStatus.value
: this.defaultDealStatus),
defaultDealPoRequired: (defaultDealPoRequired != null
? defaultDealPoRequired.value
: this.defaultDealPoRequired),
defaultDealPoType: (defaultDealPoType != null
? defaultDealPoType.value
: this.defaultDealPoType),
defaultDealStagingExcludeOrderAfterWrap:
(defaultDealStagingExcludeOrderAfterWrap != null
? defaultDealStagingExcludeOrderAfterWrap.value
: this.defaultDealStagingExcludeOrderAfterWrap),
defaultCustomerStatusId: (defaultCustomerStatusId != null
? defaultCustomerStatusId.value
: this.defaultCustomerStatusId),
defaultCustomerStatus: (defaultCustomerStatus != null
? defaultCustomerStatus.value
: this.defaultCustomerStatus),
defaultCustomerPaymentTypeId: (defaultCustomerPaymentTypeId != null
? defaultCustomerPaymentTypeId.value
: this.defaultCustomerPaymentTypeId),
defaultCustomerPaymentType: (defaultCustomerPaymentType != null
? defaultCustomerPaymentType.value
: this.defaultCustomerPaymentType),
defaultDealBillingCycleId: (defaultDealBillingCycleId != null
? defaultDealBillingCycleId.value
: this.defaultDealBillingCycleId),
defaultDealBillingCycle: (defaultDealBillingCycle != null
? defaultDealBillingCycle.value
: this.defaultDealBillingCycle),
defaultVendorPaymentTermsId: (defaultVendorPaymentTermsId != null
? defaultVendorPaymentTermsId.value
: this.defaultVendorPaymentTermsId),
defaultVendorPaymentTerms: (defaultVendorPaymentTerms != null
? defaultVendorPaymentTerms.value
: this.defaultVendorPaymentTerms),
defaultVendorOutgoingDeliveryType:
(defaultVendorOutgoingDeliveryType != null
? defaultVendorOutgoingDeliveryType.value
: this.defaultVendorOutgoingDeliveryType),
defaultVendorIncomingDeliveryType:
(defaultVendorIncomingDeliveryType != null
? defaultVendorIncomingDeliveryType.value
: this.defaultVendorIncomingDeliveryType),
defaultVendorRentalInventory: (defaultVendorRentalInventory != null
? defaultVendorRentalInventory.value
: this.defaultVendorRentalInventory),
defaultVendorSalesPartsInventory:
(defaultVendorSalesPartsInventory != null
? defaultVendorSalesPartsInventory.value
: this.defaultVendorSalesPartsInventory),
defaultVendorRepair: (defaultVendorRepair != null
? defaultVendorRepair.value
: this.defaultVendorRepair),
defaultVendorManufacturer: (defaultVendorManufacturer != null
? defaultVendorManufacturer.value
: this.defaultVendorManufacturer),
defaultVendorFreight: (defaultVendorFreight != null
? defaultVendorFreight.value
: this.defaultVendorFreight),
defaultVendorInsurance: (defaultVendorInsurance != null
? defaultVendorInsurance.value
: this.defaultVendorInsurance),
defaultVendorSubRent: (defaultVendorSubRent != null
? defaultVendorSubRent.value
: this.defaultVendorSubRent),
defaultVendorSubSales: (defaultVendorSubSales != null
? defaultVendorSubSales.value
: this.defaultVendorSubSales),
defaultVendorSubMisc: (defaultVendorSubMisc != null
? defaultVendorSubMisc.value
: this.defaultVendorSubMisc),
defaultVendorSubLabor: (defaultVendorSubLabor != null
? defaultVendorSubLabor.value
: this.defaultVendorSubLabor),
defaultVendorSubVehicle: (defaultVendorSubVehicle != null
? defaultVendorSubVehicle.value
: this.defaultVendorSubVehicle),
defaultVendorConsignment: (defaultVendorConsignment != null
? defaultVendorConsignment.value
: this.defaultVendorConsignment),
defaultNonRecurringBillingCycleId:
(defaultNonRecurringBillingCycleId != null
? defaultNonRecurringBillingCycleId.value
: this.defaultNonRecurringBillingCycleId),
defaultNonRecurringBillingCycle: (defaultNonRecurringBillingCycle != null
? defaultNonRecurringBillingCycle.value
: this.defaultNonRecurringBillingCycle),
defaultVendorBillingCycleId: (defaultVendorBillingCycleId != null
? defaultVendorBillingCycleId.value
: this.defaultVendorBillingCycleId),
defaultVendorBillingCycle: (defaultVendorBillingCycle != null
? defaultVendorBillingCycle.value
: this.defaultVendorBillingCycle),
defaultVendorPaymentTypeId: (defaultVendorPaymentTypeId != null
? defaultVendorPaymentTypeId.value
: this.defaultVendorPaymentTypeId),
defaultVendorPaymentType: (defaultVendorPaymentType != null
? defaultVendorPaymentType.value
: this.defaultVendorPaymentType),
defaultCustomerPaymentTermsId: (defaultCustomerPaymentTermsId != null
? defaultCustomerPaymentTermsId.value
: this.defaultCustomerPaymentTermsId),
defaultCustomerPaymentTerms: (defaultCustomerPaymentTerms != null
? defaultCustomerPaymentTerms.value
: this.defaultCustomerPaymentTerms),
defaultRank: (defaultRank != null ? defaultRank.value : this.defaultRank),
defaultCreditStatusId: (defaultCreditStatusId != null
? defaultCreditStatusId.value
: this.defaultCreditStatusId),
defaultCreditStatus: (defaultCreditStatus != null
? defaultCreditStatus.value
: this.defaultCreditStatus),
contactShowAllDeals: (contactShowAllDeals != null
? contactShowAllDeals.value
: this.contactShowAllDeals),
defaultFulfillStrictPricingMatch:
(defaultFulfillStrictPricingMatch != null
? defaultFulfillStrictPricingMatch.value
: this.defaultFulfillStrictPricingMatch),
defaultFulfillStrictNestingLvlMatch:
(defaultFulfillStrictNestingLvlMatch != null
? defaultFulfillStrictNestingLvlMatch.value
: this.defaultFulfillStrictNestingLvlMatch),
);
}