Table: dbo.Tax_Agent_Direct_Deposit_Tax_Payment_Information | |||
Table for tax agent direct deposit tax payment information. | |||
Columns | |||
Name | Type | Constraints | Description |
tax_agent_KEY | int (4) | NOT NULL | Primary key for this table that references a tax agent |
taxpayer_id_number_selection_type_KEY | int (4) | NOT NULL | Key to taxpayer ID selection to use. |
taxpayer_id_number_other | nvarchar (30) | NOT NULL | Taxpayer ID to use if selection is set to Other. |
optional_taxpayer_verification_code | nvarchar (30) | NOT NULL | Optional taxpayer verification string. |
code_1__state_local_amount_code_type_KEY | int (4) | NOT NULL | Key to state/local amount type code #1 |
code_2__state_local_amount_code_type_KEY | int (4) | NOT NULL | Key to state/local amount type code #2 |
code_3__state_local_amount_code_type_KEY | int (4) | NOT NULL | Key to state/local amount type code #3 |
tax_period_frequency_KEY | int (4) | NOT NULL | Key to tax period frequency |
Primary key | |||
Name | Columns | Description | |
PK_Tax_Agent_Direct_Deposit_Tax_Payment_Information$tax_agent_KEY | tax_agent_KEY |