Welcome to Zuora Product Documentation

Explore our rich library of product information

Quote Charge Detail (zqu__QuoteChargeDetail__c)

The Quote Charge Detail object stores the total lifetime amount of a subscription charge, as detailed in the ChargeMetrics data block from the preview response.

The Quote Charge Detail (zqu__QuoteChargeDetail__c) object is designed to store the total lifetime amount of the charge for the subscription as returned by the preview response. This information is returned in the ChargeMetrics data block. Below table describes the mapping between the Quote Charge Detail object with the ChargeMetrics data block as returned in the preview response.

Metric Field

Preview Result field mapping

Description

MRR (MRR__c)

chargeMetrics -> charges -> cmrr -> regular

Identify the ChargeMetrics data block for the corresponding charge based on the “chargeNumber” and get the “cmrr.regular” field value.

Unrounded MRR (UnroundedMRR__c)

chargeMetrics -> charges -> cmrr -> regularWithoutRounding

Get the “cmrr.regularWithoutRounding” field value.

TCB (TCB__c)

chargeMetrics -> charges -> tcb -> regular

Get the “tcb.regular” field value.

Unrounded TCB (UnroundedTCB__c)

chargeMetrics -> charges -> tcb -> regularWithoutRounding

Get the “tcb.regularWithoutRounding” field value.

TCV (TCV__c)

chargeMetrics -> charges -> tcv -> regular

Get the “tcv.regular” field value.

Unrounded TCV (UnroundedTCV__c)

chargeMetrics -> charges -> tcv -> regularWithoutRounding

Get the “tcv.regularWithoutRounding” field value.

Delta MRR (DeltaMRR__c)

chargeMetrics -> charges -> cmrr -> regularDelta

Get the “cmrr.regularDelta” field value.

Unrounded Delta MRR (UnroundedDeltaMRR__c)

chargeMetrics -> charges -> cmrr -> regularDeltaWithoutRounding

Get the “cmrr.regularDeltaWithoutRounding” field value.

Delta TCB (DeltaTCB__c)

chargeMetrics -> charges -> tcb -> regularDelta

Get the “tcb.regularDelta” field value.

Unrounded Delta TCB (UnroundedDeltaTCB__c)

chargeMetrics -> charges -> tcb -> regularDeltaWithoutRounding

Get the “tcb.regularDeltaWithoutRounding” field value.

Delta TCV (DeltaTCV__c)

chargeMetrics -> charges -> tcv -> regularDelta

Get the “tcv.regularDelta” field value.

Unrounded Delta TCV (UnroundedDeltaTCV__c)

chargeMetrics -> charges -> tcv -> regularDeltaWithoutRounding

Get the “tcv.regularDeltaWithoutRounding” field value.

Discount MRR (DiscountMRR__c)

chargeMetrics -> charges -> cmrr -> discount

Get the “cmrr.discount” field value.

Unrounded Discount MRR (UnroundedDiscountMRR__c)

chargeMetrics -> charges -> cmrr -> discountWithoutRounding

Get the “cmrr.discountWithoutRounding” field value.

Discount TCB (DiscountTCB__c)

chargeMetrics -> charges -> tcb -> discount

Get the “tcb.discount” field value.

Unrounded Discount TCB (UnroundedDiscountTCB__c)

chargeMetrics -> charges -> tcb -> discountWithoutRounding

Get the “tcb.discountWithoutRounding” field value.

Discount TCV (DiscountTCV__c)

chargeMetrics -> charges -> tcv -> discount

Get the “tcv.discount” field value.

Unrounded Discount TCV (UnroundedDiscountTCV__c)

chargeMetrics -> charges -> tcv -> discountWithoutRounding

Get the “tcv.discountWithoutRounding” field value.

Delta Discount MRR (DeltaDiscountMRR__c)

chargeMetrics -> charges -> cmrr -> discountDelta

Get the “cmrr.discountDelta” field value.

Unrounded Delta Discount MRR (UnroundedDeltaDiscountMRR__c)

chargeMetrics -> charges -> cmrr -> discountDeltaWithoutRounding

Get the “cmrr.discountDeltaWithoutRounding” field value.

Delta Discount TCB (DeltaDiscountTCB__c)

chargeMetrics -> charges -> tcb -> discountDelta

Get the “tcb.discountDelta” field value.

Unrounded Delta Discount TCB (UnroundedDeltaDiscountTCB__c)

chargeMetrics -> charges -> tcb -> discountDeltaWithoutRounding

Get the “tcb.discountDeltaWithoutRounding” field value.

Delta Discount TCV (DeltaDiscountTCV__c)

chargeMetrics -> charges -> tcv -> discountDelta

Get the “tcv.discountDelta” field value.

Unrounded Delta Discount TCV (UnroundedDeltaDiscountTCV__c)

chargeMetrics -> charges -> tcv -> discountDeltaWithoutRounding

Get the “tcv.discountDeltaWithoutRounding” field value.

TCB Tax (TCBTax__c)

chargeMetrics -> charges -> tax -> regular

Get the “tax.regular” field value.

Delta TCB Tax (DeltaTCBTax__c)

chargeMetrics -> charges -> tax -> regularDelta

Get the “tax.regularDelta” field value.

Discount TCB Tax (DiscountTCBTax__c)

chargeMetrics -> charges -> tax -> discount

Get the “tax.discount” field value.

Delta Discount TCB Tax (DeltaDiscountTCBTax__c)

chargeMetrics -> charges -> tax -> discountDelta

Get the “tax.discountDelta” field value.