# # OverTheCounter Over The Counter Payment Method Details ```php use Xendit\PaymentMethod\OverTheCounter; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **amount** | **float** | | | null | | **currency** | **string** | | | null | | **channel_code** | [**OverTheCounterChannelCode**](OverTheCounterChannelCode.md) | ☑️ | | null | | **channel_properties** | [**OverTheCounterChannelProperties**](OverTheCounterChannelProperties.md) | ☑️ | | null | [[Back to README]](../../README.md)