PendingOrderRefreshResponse constructor
PendingOrderRefreshResponse({})
Implementation
PendingOrderRefreshResponse({
required this.status,
required this.message,
required this.timeStamp,
required this.data,
required this.requestId,
required this.correlationId,
required this.code,
required this.errors,
});