JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # Capture ```php use Xendit\PaymentRequest\Capture; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **id** | **string** | ☑️ | | null | | **payment_request_id** | **string** | ☑️ | | null | | **payment_id** | **string** | ☑️ | | null | | **reference_id** | **string** | ☑️ | | null | | **currency** | **string** | ☑️ | | null | | **authorized_amount** | **float** | ☑️ | | null | | **captured_amount** | **float** | ☑️ | | null | | **status** | **string** | ☑️ | | null | | **payment_method** | [**PaymentMethod**](PaymentMethod.md) | ☑️ | | null | | **failure_code** | **string** | ☑️ | | null | | **customer_id** | **string** | ☑️ | | null | | **metadata** | **object** | ☑️ | | null | | **channel_properties** | **object** | ☑️ | | null | | **created** | **string** | ☑️ | | null | | **updated** | **string** | ☑️ | | null | [[Back to README]](../../README.md)