| Name | Type | Description | Notes |
|---|---|---|---|
| productId | String | Product Identifier | |
| name | String | Name | |
| quantity | Long | Quantity | |
| pricePerUnit | Double | Price Per Unit | [optional] |
| priceTotal | Double | Price Total | [optional] |
| paymentFrequency | PaymentFrequencyEnum | Payment Frequency | |
| stores | List<SubscriptionStore> | Stores | [optional] |
| Name | Value |
|---|---|
| DAY | "day" |
| WEEK | "week" |
| MONTH | "month" |
| YEAR | "year" |