TaxIdVerification constructor

TaxIdVerification({
  1. String? status,
  2. String? verifiedAddress,
  3. String? verifiedName,
})

Implementation

TaxIdVerification({this.status, this.verifiedAddress, this.verifiedName});