revenueCommitmentReversalShippingAddress
Stores shipping addresses relevant to revenue commitment reversals for logistical corrections.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique identifier (Id) for the shipping address record, primarily used internally for database operations. | |
| addr1 | String | The first line of the shipping address, typically containing the street address or P.O. Box number. | |
| addr2 | String | The second line of the shipping address, often used for apartment numbers, suite numbers, or other secondary address details. | |
| addr3 | String | The third line of the shipping address, used for additional location details when necessary. | |
| addressee | String | The full name of the recipient or the business entity receiving the shipment, ensuring accurate delivery to the intended party. | |
| attention | String | The designated individual or department within the recipient's organization that should receive the shipment, aiding in proper internal distribution. | |
| city | String | The specific municipality or locality where the shipment is being delivered, used for routing and delivery accuracy. | |
| country | String | The country where the shipment is being sent, typically represented by its full name or standardized country code. | |
| dropdownstate | String | A state or province selection field, typically linked to a dropdown menu for standardized input. | |
| override | Boolean | A flag indicating whether the default shipping address should be overridden by a manually specified address. | |
| state | String | The state or province associated with the shipping address, ensuring accurate geographic location details. |