Add New
@if (detailOpened()) {
@if(detailLoading()) { }
W-9 Version
Parent B‌usiness (W-9 Box 1)
B‌usiness (W-9 Box 2)
Tax Classification (W-9 Box 3)
Address (W-9 Box 5)
City (W-9 Box 6)
State
Zip
Taxpayer Identification Number 1 (From Box 1)
Taxpayer Identification Number 2 (From Box 2)
Upload
Files
@for (doc of (detailForm.controls['documents'].value); track doc) {
{{doc.fileNameOriginal}}
}
Notes
@if (detailForm.value.id !== 0) { Delete }
@if (detailForm.value.id !== 0) { Save New }
Save
Cancel
}