# PaycometRestApi.V1sepaoperationsOperations

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operationType** | **Number** | Type of operation. Identifies whether the operation is a direct debit or a transfer. 1 – Direct Debit (N19) 2 – Transfer (N34) | 
**merchantCode** | **String** | Unique identifier as PAYCOMET account. Available on the client control panel. | 
**terminalIDDebtor** | **Number** | This will be the terminal number assigned to the product. Obtained from the control panel. Identifies the terminal number of the debtor/payer of a SEPA operation. Therefore, it will depend on the type of operation (debit, transfer). | 
**uniqueIdCreditor** | **String** | This will be the unique identifier of this individual, freelancer, company (recipient) in the client. | 
**companyNameCreditor** | **String** | Name of the company, individual or freelancer corresponding to the previous indicator. | 
**ibanNumberCreditor** | **String** | IBAN code of the account of the recipient. | 
**swiftCodeCreditor** | **String** | SWIFT code of the bank account of the recipient. Must be provided when the account IBAN is not Spanish. If the ibanNumberCreditor number belongs to a Spanish account, it must be sent as an empty string. | 
**companyTypeCreditor** | **Number** | Identifier of the type of recipient: 1: Individual / 2: Freelancer / 3: Commercial Company. | 
**operationOrder** | **String** | Unique reference of the operation. | 
**operationAmount** | **Number** | Amount in the transaction currency with 2 decimals in integer format: (€2.25 &#x3D; 225). | 
**operationCurrency** | **String** | Currency type of the transaction. The only permitted currency is the euro, whose code is EUR. | 
**operationDatetime** | **Date** | Date desired for sending the SEPA operation / remittance. Always after the current date. Format: yyyymmdd. | 
**operationConcept** | **String** | Concept assigned to the operation / remittance. This is the descriptor which will appear in banking entries. Maximum length 100. Although error 1273 specified 140 characters, PAYCOMET reserves 40, the maximum permitted in the input therefore being 100. Allowed charactaers: ([A-Za-z0-9]|[+|?|/|-|:|(|)|.|,|&#x27;| ]) | 
