# TpaycomTechnicalDocumentation.SecuresaleResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_3dsUrl** | **String** |  | [optional] 
**result** | [**Result**](Result.md) |  | [optional] 
**testMode** | **Number** |  | [optional] 
**saleAuth** | [**SaleAuth**](SaleAuth.md) |  | [optional] 
**cliAuth** | [**CliAuth**](CliAuth.md) |  | [optional] 
**currency** | [**Currency**](Currency.md) |  | [optional] 
**amount** | [**Amount**](Amount.md) |  | [optional] 
**_date** | **Date** |  | [optional] 
**status** | **String** |  | [optional] 
**reason** | [**CardsRejectionReason**](CardsRejectionReason.md) |  | [optional] 
**card** | **String** | Card number last 4 digits - for example ****1234 | [optional] 
**sign** | **String** | sign is calculated from cryptographic hash function set in Merchant panel (default SHA-1) hash_alg(test_mode + sale_auth + cli_auth + card + currency + amount + date + status + verification code)  | [optional] 
**errCode** | [**CardsErrCode**](CardsErrCode.md) |  | [optional] 
**errDesc** | [**CardsErrDesc**](CardsErrDesc.md) |  | [optional] 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `correct` (value: `"correct"`)

* `declined` (value: `"declined"`)




