WebApiLogicAppFuncInventorySettingsResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiLogicAppFuncInventorySettingsResponse({String? iCodeMask, bool? userAssignedICodes, bool? enable3WeekPricing, bool? autoUpdateInventoryMetricImperialDimensions, bool? autoSortInventoryByICode, bool? enableConsignment, bool? enableLease, String? defaultRentalSaleRetiredReasonId, String? defaultRentalSaleRetiredReason, String? defaultLossAndDamageRetiredReasonId, String? defaultLossAndDamageRetiredReason, String? defaultRentalQuantityInventoryCostCalculation, String? defaultSalesQuantityInventoryCostCalculation, String? defaultPartsQuantityInventoryCostCalculation, bool? fixedAssetTransferOwnership, bool? enableInventoryCertification})
WebApiLogicAppFuncInventorySettingsResponse.fromJson(Map<String, dynamic> json)
factory

Methods

copyWith({String? iCodeMask, bool? userAssignedICodes, bool? enable3WeekPricing, bool? autoUpdateInventoryMetricImperialDimensions, bool? autoSortInventoryByICode, bool? enableConsignment, bool? enableLease, String? defaultRentalSaleRetiredReasonId, String? defaultRentalSaleRetiredReason, String? defaultLossAndDamageRetiredReasonId, String? defaultLossAndDamageRetiredReason, String? defaultRentalQuantityInventoryCostCalculation, String? defaultSalesQuantityInventoryCostCalculation, String? defaultPartsQuantityInventoryCostCalculation, bool? fixedAssetTransferOwnership, bool? enableInventoryCertification}) WebApiLogicAppFuncInventorySettingsResponse

Available on WebApiLogicAppFuncInventorySettingsResponse, provided by the $WebApiLogicAppFuncInventorySettingsResponseExtension extension

copyWithWrapped({Wrapped<String?>? iCodeMask, Wrapped<bool?>? userAssignedICodes, Wrapped<bool?>? enable3WeekPricing, Wrapped<bool?>? autoUpdateInventoryMetricImperialDimensions, Wrapped<bool?>? autoSortInventoryByICode, Wrapped<bool?>? enableConsignment, Wrapped<bool?>? enableLease, Wrapped<String?>? defaultRentalSaleRetiredReasonId, Wrapped<String?>? defaultRentalSaleRetiredReason, Wrapped<String?>? defaultLossAndDamageRetiredReasonId, Wrapped<String?>? defaultLossAndDamageRetiredReason, Wrapped<String?>? defaultRentalQuantityInventoryCostCalculation, Wrapped<String?>? defaultSalesQuantityInventoryCostCalculation, Wrapped<String?>? defaultPartsQuantityInventoryCostCalculation, Wrapped<bool?>? fixedAssetTransferOwnership, Wrapped<bool?>? enableInventoryCertification}) WebApiLogicAppFuncInventorySettingsResponse

Available on WebApiLogicAppFuncInventorySettingsResponse, provided by the $WebApiLogicAppFuncInventorySettingsResponseExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WebApiLogicAppFuncInventorySettingsResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiLogicAppFuncInventorySettingsResponse instance)