# PaycometRestApi.InlineResponse20016Payment

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**paycometId** | **Number** | PAYCOMET identifier | [optional] 
**operationId** | **Number** | Bank Reference Identifier | [optional] 
**methodId** | **Number** | PAYCOMET payment method ID. 1 is for card. | [optional] 
**timestamp** | **String** | Timestamp of transaction | [optional] 
**settlementDate** | **String** | Settlement date of transaction | [optional] 
**order** | **String** | Unique reference for merchant&#x27;s purchase | [optional] 
**operationType** | **Number** | PAYCOMET operation type ID. | [optional] 
**operationName** | **String** | PAYCOMET operation type description. | [optional] 
**state** | **Number** | Identifier of the state of the operation. 0 means operation failed, 1 operation correct, 2 operation unfinished (pending payment). | [optional] 
**stateName** | **String** | Literal of the state of the operation. | [optional] 
**response** | **String** | Status of transation. OK, KO o UF (pending payment). | [optional] 
**terminal** | **Number** | Product or terminal Id. | [optional] 
**terminalName** | **String** | Customer product name | [optional] 
**user** | **String** | Administrative user of the operation | [optional] 
**amount** | **String** | Amount of the operation in number format. 1.00 EURO &#x3D; 100, 4.50 EUROS &#x3D; 450... | [optional] 
**currency** | **String** | Currency of the transaction.  | [optional] 
**amountDisplay** | **String** | Literal of the operation amount (with currency symbol) | [optional] 
**amountEur** | **String** | Amount of the operation in decimal format in terminal currency, only in successful operations | [optional] 
**terminalCurrency** | **String** | Currency of the PAYCOMET terminal.  | [optional] 
**amountEurDisplay** | **String** | Literal of the operation amount in PAYCOMET terminal currency (with currency symbol) and possible conversion applied in multicurrency operations | [optional] 
**errorCode** | **Number** | Error code given by PAYCOMET. | [optional] 
**errorDescription** | **String** | PAYCOMET operation type description. | [optional] 
**feeEuro** | **Number** | PAYCOMET fee for the transaction fixed per operation (in euros) | [optional] 
**feePercent** | **Number** | PAYCOMET fee for the transaction variable per operation (in euros) | [optional] 
**originalIp** | **String** | IP Address of the customer that initiated the payment transaction | [optional] 
**pan** | **String** | Masked credit/debit card | [optional] 
**scoring** | **String** | Risk scoring value from 0 to 100. | [optional] 
**merchantBank** | **String** | Bank of merchant terminal. | [optional] 
**bicCode** | **String** | Biccode of the entity by which the transaction was processed. | [optional] 
**productDescription** | **String** | Description of the product sold. | [optional] 
**cardType** | **String** | Type of card. If it can be identified, information on the type of card will be sent (DEBIT, CREDIT, etc). Otherwise, the field will be returned blank. | [optional] 
**cardCategory** | **String** | Category of card. If it can be identified, information on the category of card will be sent. Otherwise, the field will be returned blank. | [optional] 
**cardBrand** | **String** | Brand of card. If it can be identified, information on the brand of card will be sent. Otherwise, the field will be returned blank. | [optional] 
**cardCountry** | **String** | Country of the issuer of the card in ISO3 Code (ex.: 724 &#x3D; Spain). May be left empty. | [optional] 
**secure** | **String** | 0 or 1. Indicates if the transaction is secure. | [optional] 
**splitId** | **Number** | Split identifier in some operations | [optional] 
**issuerBank** | **String** | Bank of the card | [optional] 
**authCode** | **String** | Authorization bank code of the transaction (required to execute a return). | [optional] 
**merchantData** | [**InlineResponse20016PaymentMerchantData**](InlineResponse20016PaymentMerchantData.md) |  | [optional] 
**history** | [**[InlineResponse20016PaymentHistory]**](InlineResponse20016PaymentHistory.md) |  | [optional] 
