WebApiModulesAgentPurchaseOrderConfirmDropShipResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesAgentPurchaseOrderConfirmDropShipResponse({String? receiveContractIds, String? outContractIds, int? status, bool? success, String? msg, List<
WebApiModulesWarehouseContractContract> ? contracts}) -
WebApiModulesAgentPurchaseOrderConfirmDropShipResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
contracts
→ List<
WebApiModulesWarehouseContractContract> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- msg → String?
-
final
- outContractIds → String?
-
final
- receiveContractIds → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int?
-
final
- success → bool?
-
final
Methods
-
copyWith(
{String? receiveContractIds, String? outContractIds, int? status, bool? success, String? msg, List< WebApiModulesWarehouseContractContract> ? contracts}) → WebApiModulesAgentPurchaseOrderConfirmDropShipResponse -
Available on WebApiModulesAgentPurchaseOrderConfirmDropShipResponse, provided by the $WebApiModulesAgentPurchaseOrderConfirmDropShipResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? receiveContractIds, Wrapped<String?> ? outContractIds, Wrapped<int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg, Wrapped<List< ? contracts}) → WebApiModulesAgentPurchaseOrderConfirmDropShipResponseWebApiModulesWarehouseContractContract> ?> -
Available on WebApiModulesAgentPurchaseOrderConfirmDropShipResponse, provided by the $WebApiModulesAgentPurchaseOrderConfirmDropShipResponseExtension 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 WebApiModulesAgentPurchaseOrderConfirmDropShipResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentPurchaseOrderConfirmDropShipResponse instance)