# Carts.LineItemGiftCertificateRequestData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Given name for gift certificate line item. | 
**theme** | **String** | Currently supports &#x60;Birthday&#x60;, &#x60;Boy&#x60;, &#x60;Celebration&#x60;, &#x60;Christmas&#x60;, &#x60;General&#x60;, and &#x60;Girl&#x60;. | 
**amount** | **Number** |  | 
**quantity** | **Number** |  | 
**sender** | [**ContactEntity**](ContactEntity.md) |  | 
**recipient** | [**ContactEntity**](ContactEntity.md) |  | 
**message** | **String** | Message shown to recipient, as provided by sender. | [optional] 
