CardholderAuthBillAddress
Contains billing address details associated with cardholder authentication during a transaction, ensuring the correct address is linked to the payment.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the address record. | |
| addr1 | String | The primary address line. | |
| addr2 | String | The secondary address line, if applicable. | |
| addr3 | String | The tertiary address line, if applicable. | |
| addressee | String | The name of the person or entity receiving mail at this address. | |
| addrphone | String | The phone number associated with the address. | |
| attention | String | The name of the person to whom the address is specifically directed. | |
| cardholderauthentication | String | Authentication details related to the cardholder, if applicable. | |
| 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. |