CertificationData constructor

CertificationData({
  1. String? pg,
  2. String? merchantUid,
  3. String? company,
  4. String? carrier,
  5. String? name,
  6. String? phone,
  7. int? minAge,
  8. bool? popup,
  9. String? mRedirectUrl,
})

Implementation

CertificationData({
  this.pg,
  this.merchantUid,
  this.company,
  this.carrier,
  this.name,
  this.phone,
  this.minAge,
  this.popup,
  this.mRedirectUrl,
});