bazzar/vendor/t_pay/docs/RegisterSaleResponse.md

16 lines
932 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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