# RegisterSaleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **result** | Option<[**crate::models::Result**](result.md)> | | [optional] **sale_auth** | Option<**String**> | Transaction id in tpay.com system | [optional] **sign** | Option<**String**> | Sign is calculated from cryptographic hash function set in Merchant’s Panel (default SHA-1): sha1(sale_auth + verification code) where + means concatenation. | [optional] **err_code** | Option<[**crate::models::CardsErrCode**](cards_err_code.md)> | | [optional] **err_desc** | Option<**String**> | Error code description if an error occurs or not present in response. - see \"Card Payments Rejection Codes\" for more details | [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)