completed batch feature
This commit is contained in:
@@ -27,16 +27,16 @@ TransactionModel _$TransactionModelFromJson(Map<String, dynamic> json) =>
|
||||
reference: json['reference'] as String,
|
||||
paymentProcessorLabel: json['paymentProcessorLabel'] as String,
|
||||
integrationProcessorLabel: json['integrationProcessorLabel'] as String?,
|
||||
confirmationProcessorLabel: json['confirmationProcessorLabel'] as String,
|
||||
providerLabel: json['providerLabel'] as String,
|
||||
confirmationProcessorLabel: json['confirmationProcessorLabel'] as String?,
|
||||
providerLabel: json['providerLabel'] as String?,
|
||||
debitPhone: json['debitPhone'] as String,
|
||||
debitCurrency: json['debitCurrency'] as String,
|
||||
debitRef: json['debitRef'] as String,
|
||||
debitRef: json['debitRef'] as String?,
|
||||
creditPhone: json['creditPhone'] as String?,
|
||||
creditAccount: json['creditAccount'] as String?,
|
||||
creditRef: json['creditRef'] as String?,
|
||||
billClientId: json['billClientId'] as String?,
|
||||
billName: json['billName'] as String,
|
||||
billName: json['billName'] as String?,
|
||||
paymentProcessorName: json['paymentProcessorName'] as String,
|
||||
providerImage: json['providerImage'] as String?,
|
||||
paymentProcessorImage: json['paymentProcessorImage'] as String?,
|
||||
|
||||
Reference in New Issue
Block a user