# TpaycomTechnicalDocumentation.GetResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | [**Result**](Result.md) |  | [optional] 
**status** | **String** |  | [optional] 
**errorCode** | **String** | Depending on setting in merchant panel, error_code may be different than none for correct status, when acceptance of overpays and surcharges has been set. | [optional] 
**startTime** | **String** | Transaction creation time | [optional] 
**paymentTime** | **String** | Date of payment or empty for pending transactions | [optional] 
**chargebackTime** | **String** | Date of payment refund or empty for not refunded transactions | [optional] 
**channel** | **Number** | Payment channel ID can be recognised in merchant panel (your offer section) | [optional] 
**testMode** | **Number** | Returns 1 if transaction was in test mode | [optional] 
**amount** | [**Amount**](Amount.md) |  | [optional] 
**amountPaid** | **Number** | The amount paid by customer | [optional] 
**name** | [**Name**](Name.md) |  | [optional] 
**email** | [**Email**](Email.md) |  | [optional] 
**address** | [**Address**](Address.md) |  | [optional] 
**code** | [**Code**](Code.md) |  | [optional] 
**city** | [**City**](City.md) |  | [optional] 
**phone** | [**Phone**](Phone.md) |  | [optional] 
**country** | [**Country**](Country.md) |  | [optional] 
**err** | [**TransactionErrorCodes**](TransactionErrorCodes.md) |  | [optional] 


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


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

* `paid` (value: `"paid"`)

* `pending` (value: `"pending"`)

* `error` (value: `"error"`)

* `chargeback` (value: `"chargeback"`)




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


* `none` (value: `"none"`)

* `overpay` (value: `"overpay"`)

* `surcharge` (value: `"surcharge"`)




