Credit1099Filer constructor
Credit1099Filer({
- CreditPayStubAddress? address,
- String? name,
- String? tin,
- String? type,
Implementation
Credit1099Filer({
this.address,
this.name,
this.tin,
this.type,
});