checkPayeeAddress
Contains the payee address information for checks, ensuring accurate delivery and handling of physical payments.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique key identifier for the address record. | |
| addr1 | String | The primary address line, typically including the street name and number. | |
| addr2 | String | The secondary address line, used for apartment, suite, or building details. | |
| addr3 | String | The tertiary address line, if applicable. | |
| addressee | String | The name of the recipient or business associated with the address. | |
| attention | String | The name of the person to whom the address is specifically directed. | |
| city | String | The city associated with the address. | |
| country | String | The country associated with the address. | |
| dropdownstate | String | The state or province selected from a dropdown list. | |
| override | Boolean | Indicates whether the address details were manually overridden. | |
| state | String | The state or province associated with the address. |