/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/PaymentMethod/QRCode.md
# # QRCode
QR Code Payment Method Details

```php
use Xendit\PaymentMethod\QRCode;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **amount** | **float** |  |  | null |
| **currency** | **string** |  |  | null |
| **channel_code** | [**QRCodeChannelCode**](QRCodeChannelCode.md) |  |  | null |
| **channel_properties** | [**QRCodeChannelProperties**](QRCodeChannelProperties.md) |  |  | null |


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