# # PaymentStateResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order_reference_code** | **string** | Echo of the request value. |
**payment_date_time** | **\DateTime** | Date and time the payment was initiated on the gateway. UTC time zone. ISO 8601. | [optional]
**payment_id** | **string** | The unique identifier of the payment assigned by the gateway in &lt;code&gt;payments/init&lt;/code&gt; operation. |
**payment_state** | **string** |  |
**remaining_amount** | **int** | Currently chargeable payment amount in the lowest currency denomination (halíř, cent). Will be present only for approved and/or partially cancelled payments. May be different from the amount requested in payment initiation after partial cancelation of this payment. | [optional]
**response_code** | **int** | Response code which specifies detail of the payment outcome. If available. | [optional]
**response_message** | **string** | Message with the transaction outcome text. If available. | [optional]
**signature** | **string** | Response signature data. |

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
