factory TransactionStatus.fromJson(Map<String, dynamic> json) => TransactionStatus( status: json['status'], );