bazzar/vendor/t_pay/docs/DeregisterFields.md

15 lines
773 B
Markdown
Raw Permalink Normal View History

# DeregisterFields
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cli_auth** | **String** | Client token |
**language** | Option<[**crate::models::Language**](language.md)> | | [optional]
**api_password** | **String** | API password. |
**sign** | **String** | Sign is calculated from cryptographic hash function set in Merchants Panel (default SHA-1): hash_alg (method + cli_auth + language + verification code) where + means concatenation with ampersand symbol. ie. cli_auth + language = t59c2810d59285e3e0ee9d1f1eda1c2f4c554e24&pl |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)