bazzar/vendor/t_pay/docs/RefundFields.md

19 lines
1.1 KiB
Markdown
Raw 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.

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