# # PaymentRequestAction ```php use Xendit\PaymentRequest\PaymentRequestAction; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **action** | **string** | ☑️ | | null | | **url_type** | **string** | ☑️ | | null | | **method** | **string** | ☑️ | | null | | **url** | **string** | ☑️ | | null | | **qr_code** | **string** | ☑️ | | null | [[Back to README]](../../README.md)