# # PaymentRequestCardVerificationResults


```php
use Xendit\PaymentRequest\PaymentRequestCardVerificationResults;
```

## Properties

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


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