AddMoneyResponse constructor

AddMoneyResponse({
  1. required String responseCode,
  2. required String message,
  3. required String taTrxnId,
})

Implementation

AddMoneyResponse({
  required this.responseCode,
  required this.message,
  required this.taTrxnId,
});