CashPaymentResponse constructor

CashPaymentResponse({
  1. Data? data,
  2. String? lastAction,
  3. bool? success,
  4. String? textResponse,
  5. String? titleResponse,
})

Implementation

CashPaymentResponse({
  this.data,
  this.lastAction,
  this.success,
  this.textResponse,
  this.titleResponse,
});