StatusResponse constructor

StatusResponse({
  1. required bool paid,
  2. required String status,
  3. required String amount,
  4. required String reference,
  5. required String hash,
  6. required String paynowreference,
})

Implementation

StatusResponse({
  required this.paid,
  required this.status,
  required this.amount,
  required this.reference,
  required this.hash,
  required this.paynowreference,
});