Welcome to Zuora Product Documentation

Explore our rich library of product information

Quote Charge Interval Detail (zqu__QuoteChargeIntervalDetail__c)

The Quote Charge Interval Detail object stores interval-level metrics for ramp subscriptions, mapping data from the RampMetrics block in the preview response.

The Quote Charge Interval Detail (zqu__QuoteChargeIntervalDetail__c) object is designed to store the interval level metrics of the charge for the ramp subscription as returned by the preview response. This information is returned in the RampMetrics data block. Below table describes the mapping between the Quote Charge Interval Detail object with the RampMetrics data block as returned in the preview response.

Metric Field

Preview Result field mapping

Description

Net TCB (TCB__c)

rampMetrics -> intervals -> intervalMetrics -> netTcb

Identify the ramp interval metrics data block for the corresponding charge based on the “chargeNumber”, “startDate”, “endDate” and get the “netTcb” field value.

Net MRR (MRR__c)

rampMetrics -> intervals -> intervalMetrics -> mrr -> net

Get the “mrr.net” field value.

Delta TCB (DeltaTCB__c)

rampMetrics -> intervals -> intervalDeltaMetrics -> deltaNetTcb

Identify the ramp interval delta metrics data block for the corresponding charge based on the “chargeNumber”, “startDate”, “endDate” and get the “deltaNetTcb” field value.

Delta MRR (DeltaMRR__c)

rampMetrics -> intervals -> intervalDeltaMetrics -> deltaMrr -> net

Get the “deltaMrr.net” field value.