PaymentInfo constructor

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

Implementation

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