customerRefundPayeeAddress
Contains the payee address information for customer refunds, ensuring that refunds are sent to the correct address.
Columns
| Name | Type | References | Description |
| nkey [KEY] | String | An internal key or identifier for the address record. | |
| addr1 | String | The first line of the address, typically the street address. | |
| addr2 | String | The second line of the address, typically an apartment or suite number. | |
| addr3 | String | The third line of the address, used for additional address information if needed. | |
| addressee | String | The name of the person or organization receiving the address. | |
| attention | String | The person or department to which the address is directed. | |
| city | String | The city associated with the address. | |
| country | String | The country where the address is located. | |
| dropdownstate | String | The state or region associated with the address, selected from a predefined list. | |
| override | Boolean | Indicates whether the address override option is enabled. | |
| state | String | The state or province associated with the address. |