# PaycometRestApi.LaunchpadSubscriptionBody

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**terminal** | **Number** | Product or terminal Id. | 
**order** | **String** | Unique reference for merchant&#x27;s purchase | 
**amount** | **String** | Amount of the operation in number format. 1.00 EURO &#x3D; 100, 4.50 EUROS &#x3D; 450... | 
**currency** | **String** | Currency of the transaction.  | 
**methodId** | **String** | PAYCOMET payment method ID. 1 is for card. | 
**originalIp** | **String** | IP Address of the customer that initiated the payment transaction | 
**secure** | **Number** | 0 or 1. Indicates if the transaction is secure. | 
**language** | **String** | ISO2 code of language. | [default to &#x27;es&#x27;]
**smsEmail** | **String** | Sending channel of the payment url. Should be \&quot;sms\&quot; or \&quot;email\&quot;. | 
**templateId** | **Number** | Email or SMS template id to be sent. You can get it in the Control panel. | 
**emailAddress** | **String** | Conditional. Mandatory in sending method is EMAIL. Email address where link must be sent | [optional] 
**emailName** | **String** | Conditional. Mandatory in sending method is EMAIL. Email recipient of the email address where link must be sent | [optional] 
**smsPrefix** | **String** | Conditional. Mandatory in sending method is SMS. International mobile prefix where link must be sent | [optional] 
**smsNumber** | **String** | Conditional. Mandatory in sending method is SMS. Mobile number where link must be sent | [optional] 
**expiryDate** | **String** | Optional. Link expiration date. Format YYYYMMDD | [optional] 
**expiryHour** | **String** | Optional. Link expiration hour. Format HH | [optional] 
**expiryMinute** | **String** | Optional. Link expiration minute. Format MM | [optional] 
**scoring** | **String** | Risk scoring value from 0 to 100. | [optional] 
**startDate** | **String** | Subscription start date yyyymmdd. IMPORTANT Subscriptions are charged on the first run if this field has value it will be taken into account for future charges. | [optional] 
**endDate** | **String** | Subscription end date yyyymmdd | [optional] 
**periodicity** | **String** | Subscription periodicity in days. Maximum 365. | [optional] 
**merchantData** | [**V1launchpadsubscriptionMerchantData**](V1launchpadsubscriptionMerchantData.md) |  | [optional] 
