PropagaResponse constructor

PropagaResponse({
  1. required String transactionId,
  2. required double totalAmountWithInterest,
  3. required String cornerStoreId,
  4. required String paymentDate,
})

Implementation

PropagaResponse({
  required this.transactionId,
  required this.totalAmountWithInterest,
  required this.cornerStoreId,
  required this.paymentDate,
});