# RefundResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **result** | [**crate::models::Result**](result.md) | | **test_mode** | Option<**String**> | This parameter is present in response and included in sign calculation only when the merchant account is in test mode. | [optional] **sale_auth** | **String** | Transaction id in tpay.com system | **sale_ref** | Option<**String**> | | [optional] **currency** | **i32** | transaction currency in ISO numeric format | [default to 985] **amount** | **f32** | transaction amount casted to float | **date** | Option<**String**> | Date of payment | [optional] **status** | **String** | | **reason** | Option<**String**> | Acquirer (Elavon / eService) rejection code - see \"Card Payments Rejection Codes\" for more details | [optional] **sign** | **String** | Response sign = hash_alg(test_mode + sale_auth + sale_ref + order_id + cli_auth + card + currency + amount + date + status + reason + verification code). | **card** | Option<**String**> | | [optional] **cli_auth** | Option<**String**> | Client token | [optional] **err_code** | Option<[**crate::models::CardsErrCode**](cards_err_code.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)