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