Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.74 KB

GETChargeRSDetailType.md

File metadata and controls

20 lines (17 loc) · 1.74 KB

Zuora::GETChargeRSDetailType

Properties

Name Type Description Notes
account_id String An account ID. [optional]
amount String The revenue schedule amount, which is the sum of all revenue items. This field cannot be null and must be formatted based on the currency, such as JPY 30 or USD 30.15. Test out the currency to ensure you are using the proper formatting otherwise, the response will fail and this error message is returned: "Allocation amount with wrong decimal places." [optional]
currency String The type of currency used. [optional]
notes String Additional information about this record. [optional]
number String The charge revenue summary number. [optional]
recognition_rule_name String The name of the recognition rule. [optional]
recognized_revenue String The revenue that was distributed in a closed accounting period. [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]
undistributed_unrecognized_revenue String Revenue in the open-ended accounting period. [optional]
unrecognized_revenue String Revenue distributed in all open accounting periods, which includes the open-ended accounting period. [optional]