Credit1099Recipient constructor

Credit1099Recipient({
  1. CreditPayStubAddress? address,
  2. String? name,
  3. String? tin,
  4. String? accountNumber,
  5. String? factaFilingRequirement,
  6. String? secondTinExists,
})

Implementation

Credit1099Recipient({
  this.address,
  this.name,
  this.tin,
  this.accountNumber,
  this.factaFilingRequirement,
  this.secondTinExists,
});