TransferVerificationResponse constructor

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

Implementation

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