transactionBillingAddress
Stores billing address information linked to transaction records for invoicing purposes.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Represents a unique key associated with the billing address entry, ensuring proper linkage within transaction records. | |
| addr1 | String | Stores the primary street address for billing purposes, ensuring accurate invoicing and financial documentation. | |
| addr2 | String | Contains additional address details such as apartment number, suite, or floor, ensuring precise billing location identification. | |
| addr3 | String | Stores further address information when additional details are needed for complex billing addresses. | |
| addressee | String | Specifies the name of the recipient or business responsible for the billing transaction, ensuring proper invoicing. | |
| attention | String | Includes the name of a specific person or department that should receive the invoice or billing communication. | |
| city | String | Records the city associated with the billing address, ensuring proper regional tax calculation and compliance. | |
| country | String | Indicates the country of the billing address, ensuring compliance with international taxation and invoicing rules. | |
| dropdownstate | String | Represents the state selection from a dropdown field, used for consistency in address validation. | |
| override | Boolean | Indicates whether the system allows manual overriding of standard billing address validation rules. If the value is true, users can modify the address manually. | |
| state | String | Stores the state or province associated with the billing address, ensuring proper tax and regulatory classification. |