# KinowJavascriptSdk.CreateGiftRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idCart** | **Integer** | Cart ID to attach this Gift | 
**idProduct** | **Integer** | Product ID to offer | 
**idProductAttribute** | **Integer** | ID Product Attribute to offer | [optional] 
**firstname** | **String** | Recipient firstname | 
**lastname** | **String** | Recipient lastname | 
**email** | **String** | Recipient email | 
**message** | **String** | Message for the recipient | 
**custom** | **String** | Custom data | [optional] 
**dateSend** | **String** | Date to send the Gift to the recipient | [optional] 
**autoLink** | **Boolean** | Auto-link Gift to an existing Product in Cart with same IDs - true by default | [optional] 


