# Wishlist.WishlistPost

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customerId** | **Number** | The customer id. | 
**isPublic** | **Boolean** | Whether the wishlist is available to the public. | [optional] 
**name** | **String** | The title of the wishlist. | [optional] 
**items** | [**[AddItemToWishlist]**](AddItemToWishlist.md) | Array of Wishlist items. | [optional] 
