OrderApprovalMapping class

Annotations
  • @JsonSerializable()

Constructors

OrderApprovalMapping({String? createdByUserName, String? updatedByUserName, String? createdBy, String? createdDate, String? updatedBy, String? updatedDate, int? id, String? invoiceId, String? orderId, String? status, String? paymentStatus, String? orderStatus, String? approverId, String? approverName, String? orderType, String? paymentTransactionId, List<TaskIds>? taskIds})
OrderApprovalMapping.fromJson(Map<String, dynamic> json)

Properties

approverId String?
getter/setter pair
approverName String?
getter/setter pair
createdBy String?
getter/setter pair
createdByUserName String?
getter/setter pair
createdDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
invoiceId String?
getter/setter pair
orderId String?
getter/setter pair
orderStatus String?
getter/setter pair
orderType String?
getter/setter pair
paymentStatus String?
getter/setter pair
paymentTransactionId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
taskIds List<TaskIds>?
getter/setter pair
updatedBy String?
getter/setter pair
updatedByUserName String?
getter/setter pair
updatedDate String?
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited