improving error message on batch item processing
This commit is contained in:
@@ -57,6 +57,8 @@ class GroupBatchItem {
|
||||
final String? status;
|
||||
final String? transactionId;
|
||||
final String? errorMessage;
|
||||
final String? confirmError;
|
||||
final String? integrationError;
|
||||
final String? createdAt;
|
||||
final String? billName;
|
||||
final String? billProductName;
|
||||
@@ -80,6 +82,8 @@ class GroupBatchItem {
|
||||
this.providerLabel,
|
||||
this.providerImage,
|
||||
this.creditAddress,
|
||||
this.confirmError,
|
||||
this.integrationError,
|
||||
});
|
||||
|
||||
factory GroupBatchItem.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user