19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
# PresaleFields
|
||
|
||
## Properties
|
||
|
||
Name | Type | Description | Notes
|
||
------------ | ------------- | ------------- | -------------
|
||
**desc** | **String** | transaction description |
|
||
**cli_auth** | **String** | Client token |
|
||
**amount** | **f32** | transaction amount casted to float |
|
||
**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 + desc + amount + currency + order_id + language + verification code) where + means concatenation with ampersand symbol. ie. amount + currency = 10.99&985 |
|
||
**currency** | Option<**i32**> | transaction currency in ISO numeric format | [optional][default to 985]
|
||
**order_id** | Option<**String**> | merchant order ID used to recognise payment | [optional]
|
||
**language** | Option<[**crate::models::Language**](language.md)> | | [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)
|
||
|
||
|