CardPaymentResponse constructor

CardPaymentResponse({
  1. String? code,
  2. String? data,
  3. String? description,
  4. String? status,
})

Implementation

CardPaymentResponse({
  this.code,
  this.data,
  this.description,
  this.status
});