DepositVerificationResponse constructor

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

Implementation

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