19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# RefundFields
|
||
|
||
## Properties
|
||
|
||
Name | Type | Description | Notes
|
||
------------ | ------------- | ------------- | -------------
|
||
**cli_auth** | Option<**String**> | Client token | [optional]
|
||
**sale_auth** | Option<**String**> | Transaction id in tpay.com system | [optional]
|
||
**desc** | **String** | |
|
||
**currency** | Option<**i32**> | transaction currency in ISO numeric format | [optional][default to 985]
|
||
**amount** | Option<**f32**> | transaction amount casted to float | [optional]
|
||
**language** | Option<[**crate::models::Language**](language.md)> | | [optional]
|
||
**api_password** | **String** | API password. |
|
||
**sign** | **String** | Sign is calculated from cryptographic hash function set in Merchant’s Panel (default SHA-1): hash_alg (method + cli_auth + sale_auth + desc + amount + currency + language + verification code); where + means concatenation with ampersand symbol. ie. currency + language = 985&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)
|
||
|
||
|