CardholderAuthShipAddress
Contains shipping address details related to cardholder authentication, ensuring that the address used during payment is correctly verified.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the address record. | |
| addr1 | String | The primary address line, typically including street name and number. | |
| addr2 | String | The secondary address line, used for apartment, suite, or building details. | |
| addr3 | String | The tertiary address line, if applicable. | |
| addressee | String | The name of the person or business associated with the address. | |
| addrphone | String | The phone number linked to the address. | |
| attention | String | The name of the individual who should receive attention at this address. | |
| cardholderauthentication | String | The authentication details of the cardholder, used for verification. | |
| city | String | The city associated with the address. | |
| country | String | The country associated with the address. | |
| state | String | The state or province associated with the address. |