# TpaycomTechnicalDocumentation.SaleResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | [**Result**](Result.md) |  | 
**testMode** | **Number** |  | [optional] 
**saleAuth** | [**SaleAuth**](SaleAuth.md) |  | 
**cliAuth** | [**CliAuth**](CliAuth.md) |  | [optional] 
**currency** | [**Currency**](Currency.md) |  | 
**amount** | [**Amount**](Amount.md) |  | 
**_date** | **Date** |  | [optional] 
**status** | **String** |  | 
**reason** | [**CardsRejectionReason**](CardsRejectionReason.md) |  | [optional] 
**sign** | **String** | Response sign &#x3D; hash_alg(sale_auth + cli_auth + currency + amount + sale_date+ status + reason + verification code) | 


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


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

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

* `done` (value: `"done"`)




