WebApiModulesAgentPurchaseOrderReturnItemResponse class

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

Constructors

WebApiModulesAgentPurchaseOrderReturnItemResponse({String? contractId, String? purchaseOrderId, String? purchaseOrderItemId, int? quantity, double? quantityOrdered, double? quantityReceived, double? quantityReturned, int? status, bool? success, String? msg})
WebApiModulesAgentPurchaseOrderReturnItemResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
hashCode int
The hash code for this object.
no setteroverride
msg String?
final
purchaseOrderId String?
final
purchaseOrderItemId String?
final
quantity int?
final
quantityOrdered double?
final
quantityReceived double?
final
quantityReturned double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
success bool?
final

Methods

copyWith({String? contractId, String? purchaseOrderId, String? purchaseOrderItemId, int? quantity, double? quantityOrdered, double? quantityReceived, double? quantityReturned, int? status, bool? success, String? msg}) WebApiModulesAgentPurchaseOrderReturnItemResponse

Available on WebApiModulesAgentPurchaseOrderReturnItemResponse, provided by the $WebApiModulesAgentPurchaseOrderReturnItemResponseExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? purchaseOrderId, Wrapped<String?>? purchaseOrderItemId, Wrapped<int?>? quantity, Wrapped<double?>? quantityOrdered, Wrapped<double?>? quantityReceived, Wrapped<double?>? quantityReturned, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg}) WebApiModulesAgentPurchaseOrderReturnItemResponse

Available on WebApiModulesAgentPurchaseOrderReturnItemResponse, provided by the $WebApiModulesAgentPurchaseOrderReturnItemResponseExtension 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