transactionAddressMappingAddress
Links address records to mapped transaction addresses for consistency in order processing.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | Represents a unique key associated with the address entry, ensuring proper linkage within transaction records. | |
| addr1 | String | Stores the primary street address for the location, providing essential details for billing and shipping. | |
| addr2 | String | Contains additional address details such as apartment number, suite, or floor to ensure precise location identification. | |
| addr3 | String | Stores further address information when additional location details are required, often used for large complexes or buildings. | |
| addressee | String | Specifies the name of the recipient or business associated with the address, ensuring proper delivery and invoicing. | |
| attention | String | Includes the name of a specific person or department to whom the package or correspondence should be directed. | |
| city | String | Records the city where the address is located, essential for geographical identification and logistics. | |
| country | String | Indicates the country associated with the address, ensuring compliance with international shipping and tax regulations. | |
| dropdownstate | String | Represents the state selection from a dropdown field, used for consistency in regional categorization. | |
| override | Boolean | Indicates whether the system allows overriding standard address validation rules. If the value is true, users can modify the address manually. | |
| state | String | Stores the state or province associated with the address, critical for regional taxation and shipping classification. |