Data constructor
Data({})
Implementation
Data({
this.orderId,
this.event,
this.status,
this.externalReferenceId,
this.orderType,
this.payment,
this.attributes,
this.remarks,
});
Data({
this.orderId,
this.event,
this.status,
this.externalReferenceId,
this.orderType,
this.payment,
this.attributes,
this.remarks,
});