SubsidiaryShippingAddress
Holds shipping addresses for each subsidiary, used in logistics and distribution.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | An undefined label, possibly serving as a unique identifier or reference key. | |
| addr1 | String | The primary street address or first line of the address. | |
| addr2 | String | The secondary address line, such as apartment, suite, or unit number. | |
| addr3 | String | An additional address line for further specification if needed. | |
| addressee | String | The name of the individual or organization to whom the address is directed. | |
| attention | String | A specific person or department within an organization to receive the item. | |
| city | String | The city associated with the address. | |
| country | String | The country where the address is located. | |
| dropdownstate | String | The state or region related to the address. | |
| override | Boolean | Specifies whether the default address is overridden by this specific address. | |
| state | String | The state or province related to the address, providing further geographic specification. |