# # OverTheCounterChannelPropertiesUpdate Over The Counter Channel properties that can be updated ```php use Xendit\PaymentMethod\OverTheCounterChannelPropertiesUpdate; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **customer_name** | **string** | | Name of customer. | Rika Sutanto | | **expires_at** | **\DateTime** | | The time when the payment code will be expired. The minimum is 2 hours and the maximum is 9 days for 7ELEVEN. Default expired date will be 2 days from payment code generated. | 2022-01-01T00:00Z | [[Back to README]](../../README.md)