updated document upload according to fresh api

This commit is contained in:
Arseni
2026-03-04 18:07:08 +03:00
parent aff804ec58
commit c59538869b
12 changed files with 122 additions and 53 deletions

View File

@@ -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,
});
}
}