---
title: "ProductPricingFeatureFee"
url: "https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec/schemas/ProductPricingFeatureFee"
---

> Full API specification: https://developers.zinnia.com/apis/market-connect-order-entry/versions/50f981c3-db50-4358-884f-31eb427255ec.md

# ProductPricingFeatureFee

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Market Connect Order Entry API
  version: 1.0.3
servers:
  - url: https://dev.api.zinnia.io
  - url: https://qa.api.zinnia.io
  - url: https://uat.api.zinnia.io
components:
  schemas:
    ProductPricingYearCharge:
      type: object
      properties:
        year:
          type: string
          nullable: true
        charge:
          type: string
          nullable: true
      additionalProperties: false
    ProductPricingFeatureFee:
      type: object
      properties:
        featureName:
          type: string
          nullable: true
        feeValues:
          type: array
          items:
            type: string
          nullable: true
        riderModifiedChargeSchedule:
          type: array
          items:
            $ref: "#/components/schemas/ProductPricingYearCharge"
          nullable: true
      additionalProperties: false
```
