updated document upload according to fresh api
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class OperationDocumentRequestModel {
|
||||
final String paymentRef;
|
||||
final String gatewayService;
|
||||
final String operationRef;
|
||||
|
||||
const OperationDocumentRequestModel({
|
||||
required this.paymentRef,
|
||||
required this.gatewayService,
|
||||
required this.operationRef,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
9
frontend/pweb/lib/models/report/operation/document.dart
Normal file
9
frontend/pweb/lib/models/report/operation/document.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class OperationDocumentInfo {
|
||||
final String operationRef;
|
||||
final String gatewayService;
|
||||
|
||||
const OperationDocumentInfo({
|
||||
required this.operationRef,
|
||||
required this.gatewayService,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user