PaymentResponse constructor

PaymentResponse({
  1. String? code,
  2. String? description,
  3. String? status,
  4. dynamic otpValidationDataResponse,
})

Implementation

PaymentResponse({
  this.code,
  this.description,
  this.status,
  this.otpValidationDataResponse
});