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