# PaycometRestApi.V1CardsBody

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal** | **Number** | Product or terminal Id. | 
**cvc2** | **String** | cvc2. Mandatory if no JetToken provided | [optional] 
**jetToken** | **String** | Temporary token provided from PAYCOMET. Mandatory if no card provided. | [optional] 
**expiryYear** | **String** | Expiry year.  Mandatory if no JetToken provided | [optional] 
**expiryMonth** | **String** | Expiry month.  Mandatory if no JetToken provided. | [optional] 
**pan** | **String** | Card number. Mandatory if no JetToken provided | [optional] 
**order** | **String** | Reference, will be included in callback. | [optional] 
**productDescription** | **String** | Concept, will be included in callback. | [optional] 
**language** | **String** | Language for callback translation. | [optional] [default to &#x27;es&#x27;]
**notify** | **Number** | Configure POST notification of the card tokenization result (possible values: 1 - force notify, 2 - not notify). Default product value will be used if notify is not informed | [optional] 
**cardHolderName** | **String** | Card holder name | [optional] 
**secureAuthentication** | [**V1cardsSecureAuthentication**](V1cardsSecureAuthentication.md) |  | [optional] 
