transactionLineAddressMapping
Maps transaction lines to specific address records, ensuring correct shipping and billing details.
Columns
| Name | Type | References | Description |
| address | String | Stores the full address associated with the transaction line, ensuring accurate location details for billing and shipping. | |
| addresstype | String | Indicates whether the address is used for billing or shipping, helping differentiate between financial and delivery locations. | |
| createdby | String | Identifies the user or system that created the address mapping entry, ensuring accountability and change tracking. | |
| createddate | Date | Records the date when the address mapping entry was created, providing a historical reference for audits and updates. | |
| transaction | String | Links the address mapping entry to the related transaction, enabling clear tracking of addresses used in orders and financial records. |