Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 977 Bytes

GETRSDetailsByChargeType.md

File metadata and controls

10 lines (7 loc) · 977 Bytes

Zuora::GETRSDetailsByChargeType

Properties

Name Type Description Notes
next_page String URL to retrieve the next page of the response if it exists; otherwise absent. [optional]
revenue_schedules Array<GETRSDetailWithoutSuccessType> Represents how revenue will be recognized over time. This contains the details of a revenue schedule. If you do not specify the `pageSize` variable, the default number of revenue schedules returned per invocation is 8, and if there are more than 8 revenue schedules to be returned, the `nextPage` field will provide a hyperlink to view the next page(s) of revenue events. The order of revenue schedules is descending by the `updatedOn` field. [optional]
success BOOLEAN Returns `true` if the request was processed successfully. [optional]