/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/PaymentRequest/CardVerificationResults.md
# # CardVerificationResults


```php
use Xendit\PaymentRequest\CardVerificationResults;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **three_d_secure** | [**CardVerificationResultsThreeDSecure**](CardVerificationResultsThreeDSecure.md) |  |  | null |
| **cvv_result** | **string** |  |  | null |
| **address_verification_result** | **string** |  |  | null |


[[Back to README]](../../README.md)