TaxpayerID constructor

TaxpayerID({
  1. String? idType,
  2. String? idMask,
  3. String? last4Digits,
})

Implementation

TaxpayerID({
  this.idType,
  this.idMask,
  this.last4Digits,
});