update invoice
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
class Receipt {
|
||||
int amount;
|
||||
DateTime date;
|
||||
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
|
||||
|
||||
Receipt({this.amount, this.date});
|
||||
class Receipt {
|
||||
String id;
|
||||
int amount;
|
||||
String date;
|
||||
String status;
|
||||
String fileUrl;
|
||||
|
||||
Receipt({this.id, this.amount, this.date, this.status, this.fileUrl});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user