# # PaymentMethodExpireParameters


```php
use Xendit\PaymentMethod\PaymentMethodExpireParameters;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **success_return_url** | **string** |  | URL where the end customer is redirected if the unlinking authorization is successful. | null |
| **failure_return_url** | **string** |  | URL where the end customer is redirected if the unlinking authorization is failed. | null |


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