# PaycometRestApi.InlineResponse2002

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pan** | **String** | Card number, without any spaces or dashes. Only the last four digits will be returned. The rest will be masked with X | [optional] 
**cardBrand** | **String** | Card brand. If it can be identified, information on the card brand will be sent (Visa, MasterCard, American Express, etc). Otherwise, the field will be returned blank. | [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] 
**cardICountryISO3** | **String** | ISO3 Code the country of the issuer of the card. If it can be identified, the ISO3 Code of the country of the issuer of the card will be sent. Otherwise, the field will be returned blank. | [optional] 
**expiryDate** | **String** | Expiry date of the card expressed in the format YYYY/MM | [optional] 
**cardHash** | **String** | Hash unique credit card id. | [optional] 
**cardCategory** | **String** | Card category. | [optional] 
**sepaCard** | **Number** | Card in SEPA country. | [optional] 
**psd2Card** | **String** | Express if card has PSD2 information (Y is a PSD2 Card, N is not and NA is not available). | [optional] 
**tokenCOF** | **Number** | Express if card has COF registered. | [optional] 
**eeaCard** | **String** | Express if card country belongs to EEA zone or not. (Y/N or NA if not available). | [optional] 
**errorCode** | **Number** |  | [optional] 
