# Flipdish.SubscriptionProduct

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ProductId** | **String** | Product Identifier | 
**Name** | **String** | Name | 
**Quantity** | **Number** | Quantity | 
**PricePerUnit** | **Number** | Price Per Unit | [optional] 
**PriceTotal** | **Number** | Price Total | [optional] 
**PaymentFrequency** | **String** | Payment Frequency | 
**Stores** | [**[SubscriptionStore]**](SubscriptionStore.md) | Stores | [optional] 


<a name="PaymentFrequencyEnum"></a>
## Enum: PaymentFrequencyEnum


* `day` (value: `"day"`)

* `week` (value: `"week"`)

* `month` (value: `"month"`)

* `year` (value: `"year"`)




