copyWithWrapped method
WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings
copyWithWrapped({
- Wrapped<
String?> ? consignmentSettingsId, - Wrapped<
String?> ? consignmentSettingsName, - Wrapped<
bool?> ? enableConsignment, - Wrapped<
String?> ? consignmentColor, - Wrapped<
String?> ? consignorFeePoRateId, - Wrapped<
String?> ? consignorFeePoRateICode, - Wrapped<
String?> ? consignorFeePoRateDescription, - Wrapped<
String?> ? consignorFeePoTypeId, - Wrapped<
String?> ? consignorFeePoType, - Wrapped<
String?> ? defaultConsignorFeeBasedOn, - Wrapped<
int?> ? defaultConsignorPercent, - Wrapped<
int?> ? defaultHousePercent, - Wrapped<
String?> ? reReceiveConsignedItemUnretiredReasonId, - Wrapped<
String?> ? reReceiveConsignedItemUnretiredReason, - Wrapped<
bool?> ? hideConsignmentTransactionsOnSubRentalTab, - Wrapped<
bool?> ? awardConsignorFeesForStaged, - Wrapped<
bool?> ? awardFullConsignorFeeEvenWhenItemsAreOverfulfilled, - Wrapped<
bool?> ? defaultTreatConsignedQtyAsOwned, - Wrapped<
String?> ? dateStamp, - Wrapped<
String?> ? auditNote, - Wrapped<
String?> ? recordTitle, - Wrapped<
List< ? fields,FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?> - Wrapped<
List< ? custom,FwStandardDataFwCustomValue> ?> - Wrapped<
List< ? defaultFieldAttributes,FwStandardDataFwDefaultAttribute> ?> - Wrapped<
List< ? translation,FwStandardDataFwTranslatedValue> ?>
Implementation
WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings
copyWithWrapped(
{Wrapped<String?>? consignmentSettingsId,
Wrapped<String?>? consignmentSettingsName,
Wrapped<bool?>? enableConsignment,
Wrapped<String?>? consignmentColor,
Wrapped<String?>? consignorFeePoRateId,
Wrapped<String?>? consignorFeePoRateICode,
Wrapped<String?>? consignorFeePoRateDescription,
Wrapped<String?>? consignorFeePoTypeId,
Wrapped<String?>? consignorFeePoType,
Wrapped<String?>? defaultConsignorFeeBasedOn,
Wrapped<int?>? defaultConsignorPercent,
Wrapped<int?>? defaultHousePercent,
Wrapped<String?>? reReceiveConsignedItemUnretiredReasonId,
Wrapped<String?>? reReceiveConsignedItemUnretiredReason,
Wrapped<bool?>? hideConsignmentTransactionsOnSubRentalTab,
Wrapped<bool?>? awardConsignorFeesForStaged,
Wrapped<bool?>? awardFullConsignorFeeEvenWhenItemsAreOverfulfilled,
Wrapped<bool?>? defaultTreatConsignedQtyAsOwned,
Wrapped<String?>? dateStamp,
Wrapped<String?>? auditNote,
Wrapped<String?>? recordTitle,
Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
fields,
Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
Wrapped<List<FwStandardDataFwDefaultAttribute>?>?
defaultFieldAttributes,
Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
return WebApiModulesSettingsSystemSettingsConsignmentSettingsConsignmentSettings(
consignmentSettingsId: (consignmentSettingsId != null
? consignmentSettingsId.value
: this.consignmentSettingsId),
consignmentSettingsName: (consignmentSettingsName != null
? consignmentSettingsName.value
: this.consignmentSettingsName),
enableConsignment: (enableConsignment != null
? enableConsignment.value
: this.enableConsignment),
consignmentColor: (consignmentColor != null
? consignmentColor.value
: this.consignmentColor),
consignorFeePoRateId: (consignorFeePoRateId != null
? consignorFeePoRateId.value
: this.consignorFeePoRateId),
consignorFeePoRateICode: (consignorFeePoRateICode != null
? consignorFeePoRateICode.value
: this.consignorFeePoRateICode),
consignorFeePoRateDescription: (consignorFeePoRateDescription != null
? consignorFeePoRateDescription.value
: this.consignorFeePoRateDescription),
consignorFeePoTypeId: (consignorFeePoTypeId != null
? consignorFeePoTypeId.value
: this.consignorFeePoTypeId),
consignorFeePoType: (consignorFeePoType != null
? consignorFeePoType.value
: this.consignorFeePoType),
defaultConsignorFeeBasedOn: (defaultConsignorFeeBasedOn != null
? defaultConsignorFeeBasedOn.value
: this.defaultConsignorFeeBasedOn),
defaultConsignorPercent: (defaultConsignorPercent != null
? defaultConsignorPercent.value
: this.defaultConsignorPercent),
defaultHousePercent: (defaultHousePercent != null
? defaultHousePercent.value
: this.defaultHousePercent),
reReceiveConsignedItemUnretiredReasonId:
(reReceiveConsignedItemUnretiredReasonId != null
? reReceiveConsignedItemUnretiredReasonId.value
: this.reReceiveConsignedItemUnretiredReasonId),
reReceiveConsignedItemUnretiredReason:
(reReceiveConsignedItemUnretiredReason != null
? reReceiveConsignedItemUnretiredReason.value
: this.reReceiveConsignedItemUnretiredReason),
hideConsignmentTransactionsOnSubRentalTab:
(hideConsignmentTransactionsOnSubRentalTab != null
? hideConsignmentTransactionsOnSubRentalTab.value
: this.hideConsignmentTransactionsOnSubRentalTab),
awardConsignorFeesForStaged: (awardConsignorFeesForStaged != null
? awardConsignorFeesForStaged.value
: this.awardConsignorFeesForStaged),
awardFullConsignorFeeEvenWhenItemsAreOverfulfilled:
(awardFullConsignorFeeEvenWhenItemsAreOverfulfilled != null
? awardFullConsignorFeeEvenWhenItemsAreOverfulfilled.value
: this.awardFullConsignorFeeEvenWhenItemsAreOverfulfilled),
defaultTreatConsignedQtyAsOwned:
(defaultTreatConsignedQtyAsOwned != null
? defaultTreatConsignedQtyAsOwned.value
: this.defaultTreatConsignedQtyAsOwned),
dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
auditNote: (auditNote != null ? auditNote.value : this.auditNote),
recordTitle:
(recordTitle != null ? recordTitle.value : this.recordTitle),
fields: (fields != null ? fields.value : this.fields),
custom: (custom != null ? custom.value : this.custom),
defaultFieldAttributes: (defaultFieldAttributes != null
? defaultFieldAttributes.value
: this.defaultFieldAttributes),
translation:
(translation != null ? translation.value : this.translation));
}