# Revenue Rules Revenue rules are instances of revenue rule models. These rules are associated with product rate plan charges. Rules help manage revenue recognition on subscription charges. ## Retrieve a revenue recognition rule by product rate plan charge ID - [GET /v1/revenue-recognition-rules/product-charges/{charge-key}](https://developer.zuora.com/v1-api-reference/older-api/revenue-rules/get_revenuerecrulebyproductrateplancharge.md): Note: This operation is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information. Retrieves the revenue recognition rule associated with a production rate plan charge by specifying the charge ID. ## Retrieve a revenue recognition rule by subscription charge ID - [GET /v1/revenue-recognition-rules/subscription-charges/{charge-key}](https://developer.zuora.com/v1-api-reference/older-api/revenue-rules/get_revenuerecrules.md): Retrieves the revenue recognition rule associated with a subscription charge by specifying the charge ID. Request and response field descriptions and sample code are provided. ## Retrieve a revenue automation start date - [GET /v1/settings/finance/revenue-automation-start-date](https://developer.zuora.com/v1-api-reference/older-api/revenue-rules/get_revenueautomationstartdate.md): Describes how to get the revenue automation start date. Request and response field descriptions and sample code are provided.