bazzar/vendor/t_pay/docs/RegisterSaleResponse.md

16 lines
932 B
Markdown
Raw Permalink Normal View History

# 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 Merchants 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)