returnAuthorizationBillingAddress
Maintains billing address information associated with return authorizations for accurate customer account tracking.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | A unique identifier (Id) for the billing address record, used internally for reference and linking to other tables. | |
| addr1 | String | The primary street address or building number for the billing location. This is the first line of the address. | |
| addr2 | String | The secondary street address or suite/apartment number for the billing location. This field is optional and used for additional address details. | |
| addr3 | String | An additional address field for extended location details, often used for international addresses or complex locations. | |
| addressee | String | The full name or company name associated with the billing address. This is the recipient of any billing-related correspondence. | |
| attention | String | A specific person or department within the addressee organization to whom billing correspondence should be directed. | |
| city | String | The city where the billing address is located. This field is used for location identification and mailing purposes. | |
| country | String | The country where the billing address is located. This value should be in a standardized format, such as an ISO country code. | |
| dropdownstate | String | The state or province of the billing address, typically selected from a predefined dropdown list to ensure accuracy and consistency. | |
| override | Boolean | Indicates whether the standard address validation or default address settings have been manually overridden. A value of 'true' means the address has been modified. | |
| state | String | The state or province of the billing address, manually entered if not using a dropdown selection, used for regional identification and tax calculations. |