revenueCommitmentBillingAddress
Stores billing addresses associated with revenue commitments to maintain financial accuracy.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | The Unique identifier (Id) for the billing address record in the revenue commitment, used for internal reference and system operations. | |
| addr1 | String | Primary street address or location details for the billing address associated with the revenue commitment. | |
| addr2 | String | Additional address details, such as apartment, suite, or unit number, to further specify the billing location. | |
| addr3 | String | Further address information, often used for extended location details in international addresses or multi-line formats. | |
| addressee | String | Full name or entity associated with this billing address, typically representing the recipient of invoices or official communications. | |
| attention | String | Specific individual or department within the organization that should receive invoices or correspondence related to the revenue commitment. | |
| city | String | City or locality of the billing address, used for invoice processing and tax calculation. | |
| country | String | Country associated with the billing address, often influencing currency, tax regulations, and shipping policies. | |
| dropdownstate | String | State or region selection for the billing address, often used in dropdown menus for user-friendly data entry. | |
| override | Boolean | Indicates whether the billing address details have been manually overridden, bypassing default or system-generated values. | |
| state | String | State or province of the billing address, relevant for regional tax calculations, compliance, and location-specific policies. |