Welcome to Zuora Product Documentation

Explore our rich library of product information

Quote Rate Plan Charge (zqu__QuoteRatePlanCharge__c)

The Quote Rate Plan Charge object stores delta metrics from the preview response, shared with the Quote Charge Summary object.

The Quote Rate Plan Charge (zqu__QuoteRatePlanCharge__c) object also stores the delta metrics as returned by the preview response. Currently, the same delta metrics information is stored in both the Quote Rate Plan Charge and Quote Charge Summary object.

Metric Field

Preview Result field mapping

Description

Delta MRR (DeltaMRR__c)

orderMetrics -> orderActions -> orderMetrics -> mrr -> amount

Identify the OrderMetrics data block for the corresponding charge (based on the “chargeNumber” & “OrderAction” type field) and get the “mrr.amount” field value with condition “mrr.type” = “Regular”.

Unrounded Delta MRR (UnroundedDeltaMRR__c)

orderMetrics -> orderActions -> orderMetrics -> mrr -> amountWithoutRounding

Get the “mrr.amountWithoutRounding” field value with condition “mrr.type” = “Regular”.

Delta Discount MRR (DeltaDiscountMRR__c)

orderMetrics -> orderActions -> orderMetrics -> mrr -> amount

Get the “mrr.amount” field value with condition “mrr.type” = “Discount”.

Unrounded Delta Discount MRR (UnroundedDeltaDiscountMRR__c)

orderMetrics -> orderActions -> orderMetrics -> mrr -> amountWithoutRounding

Get the “mrr.amountWithoutRounding” field value with condition “mrr.type” = “Discount”.

Delta TCV (DeltaTCV__c)

orderMetrics -> orderActions -> orderMetrics -> tcv -> amount

Get the “tcv.amount” field value with condition “tcv.type” = “Regular”.

Unrounded Delta TCV (UnroundedDeltaTCV__c)

orderMetrics -> orderActions -> orderMetrics -> tcv -> amountWithoutRounding

Get the “tcv.amountWithoutRounding” field value with condition “tcv.type” = “Regular”.

Delta Discount TCV (DeltaDiscountTCV__c)

orderMetrics -> orderActions -> orderMetrics -> tcv -> amount

Get the “tcv.amount” field value with condition “tcv.type” = “Discount”.

Unrounded Delta Discount TCV (UnroundedDeltaDiscountTCV__c)

orderMetrics -> orderActions -> orderMetrics -> tcv -> amountWithoutRounding

Get the “tcv.amountWithoutRounding” field value with condition “tcv.type” = “Discount”.

Delta TCB (DeltaTCB__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> amount

Get the “tcb.amount” field value with condition “tcb.type” = “Regular”.

Unrounded Delta TCB (UnroundedDeltaTCB__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> amountWithoutRounding

Get the “tcb.amountWithoutRounding” field value with condition “tcb.type” = “Regular”.

Delta Discount TCB (DeltaDiscountTCB__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> amount

Get the “tcb.amount” field value with condition “tcb.type” = “Discount”.

Unrounded Delta Discount TCB (UnroundedDeltaDiscountTCB__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> amountWithoutRounding

Get the “tcb.amountWithoutRounding” field value with condition “tcb.type” = “Discount”.

Delta TCB Tax (DeltaTCBTax__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> tax

Get the “tcb.tax” field value with condition “tcb.type” = “Regular”.

Delta Discount TCB Tax (DeltaDiscountTCBTax__c)

orderMetrics -> orderActions -> orderMetrics -> tcb -> tax

Get the “tcb.tax” field value with condition “tcb.type” = “Discount”.