# TpaycomTechnicalDocumentation.RefundFields

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cliAuth** | [**CliAuth**](CliAuth.md) |  | [optional] 
**saleAuth** | [**SaleAuth**](SaleAuth.md) |  | [optional] 
**desc** | **String** |  | 
**currency** | [**Currency**](Currency.md) |  | [optional] 
**amount** | [**Amount**](Amount.md) |  | [optional] 
**language** | [**Language**](Language.md) |  | [optional] 
**apiPassword** | [**CardApiPassword**](CardApiPassword.md) |  | 
**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.  | 


