invoiceBillingAddress
Links invoices to the corresponding customer billing addresses, ensuring accurate financial record-keeping.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique internal identifier for the billing address record, used for reference within the NetSuite system. | |
| addr1 | String | The primary street address for the billing location, typically including house or building number and street name. | |
| addr2 | String | Additional address information, such as apartment, suite, or unit number, if applicable. | |
| addr3 | String | Further address details, which can include complex or subdivision name, building section, or other location identifiers. | |
| addressee | String | The name of the recipient or entity associated with the billing address, used for invoicing purposes. | |
| attention | String | The specific person or department at the billing address to whom the invoice should be directed. | |
| city | String | The name of the city or locality where the billing address is located. | |
| country | String | The country corresponding to the billing address, typically represented as a full name or standardized code. | |
| dropdownstate | String | A selectable field representing the state or region of the billing address, often used for user interface dropdowns. | |
| override | Boolean | Indicates whether the default billing address should be manually overridden with custom values. | |
| state | String | The state or province of the billing address, used for tax calculations and regional compliance. |