| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | An account ID. | [optional] |
| created_on | DateTime | The date when the record was created in YYYY-MM-DD HH:MM:SS format. | [optional] |
| currency | String | The type of currency used. | [optional] |
| custom_field__c | String | Any custom fields defined for this object. The custom field name is case-sensitive. | [optional] |
| event_type | String | Label of the revenue event type. Revenue event type labels can be duplicated. You can configure your revenue event type labels by navigating to Settings > Finance > Configure Revenue Event Types in the Zuora UI. Note that `Credit Memo Posted` and `Debit Memo Posted` are only available if you enable the Advanced AR Settlement feature. | [optional] |
| notes | String | Additional information about this record. | [optional] |
| number | String | The revenue event number created when a revenue event occurs. | [optional] |
| recognition_end | Date | The end date of a recognition period in YYYY-MM-DD format. The maximum difference of the recognitionStart and recognitionEnd date fields is equal to 250 multiplied by the length of an accounting period. | [optional] |
| recognition_start | Date | The start date of a recognition period in YYYY-MM-DD format. | [optional] |
| revenue_items | Array<GETRevenueItemType> | Revenue items are listed in ascending order by the accounting period start date. | [optional] |
| subscription_charge_id | String | The original subscription charge ID. | [optional] |
| subscription_id | String | The original subscription ID. | [optional] |
| success | BOOLEAN | Returns `true` if the request was processed successfully. | [optional] |