WebApiLogicAppFuncConsignmentSettingsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiLogicAppFuncConsignmentSettingsResponse({bool? enableConsignment, String? defaultConsignorFeeBasedOn, int? defaultConsignorPercent, int? defaultHousePercent, bool? defaultTreatConsignedQtyAsOwned})
-
WebApiLogicAppFuncConsignmentSettingsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- defaultConsignorFeeBasedOn → String?
-
final
- defaultConsignorPercent → int?
-
final
- defaultHousePercent → int?
-
final
- defaultTreatConsignedQtyAsOwned → bool?
-
final
- enableConsignment → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? enableConsignment, String? defaultConsignorFeeBasedOn, int? defaultConsignorPercent, int? defaultHousePercent, bool? defaultTreatConsignedQtyAsOwned}) → WebApiLogicAppFuncConsignmentSettingsResponse -
Available on WebApiLogicAppFuncConsignmentSettingsResponse, provided by the $WebApiLogicAppFuncConsignmentSettingsResponseExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? enableConsignment, Wrapped<String?> ? defaultConsignorFeeBasedOn, Wrapped<int?> ? defaultConsignorPercent, Wrapped<int?> ? defaultHousePercent, Wrapped<bool?> ? defaultTreatConsignedQtyAsOwned}) → WebApiLogicAppFuncConsignmentSettingsResponse -
Available on WebApiLogicAppFuncConsignmentSettingsResponse, provided by the $WebApiLogicAppFuncConsignmentSettingsResponseExtension 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 WebApiLogicAppFuncConsignmentSettingsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiLogicAppFuncConsignmentSettingsResponse instance)