bazzar/vendor/t_pay/docs/VcFinishFields.md

17 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.

# VcFinishFields
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_password** | **String** | API password. |
**summary_data** | Option<[**Vec<crate::models::Array>**](array.md)> | Modified summary_data parameter received from visacheckout_prepare. Can be used, when the total amount or other parameters changea in the order process. | [optional]
**call_id** | **String** | Visa Checkout Call Id |
**language** | Option<[**crate::models::Language**](language.md)> | | [optional]
**sign** | **String** | Sign is calculated from cryptographic hash function set in Merchants Panel (default SHA-1): hash_alg (method + call_id + language + enable_pow_url + verification code) where + means concatenation. |
**enable_pow_url** | Option<**i32**> | If parameter was sent, system will redirect a cutomer to the merchant site after payment. 1 redirect Adress is set in Merchant Panel. | [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)