Order Delta TCV - Object and Fields
The Order Delta Tcv object is accessible through Data Query and includes fields such as Id, OrderNumber, StartDate, EndDate, GrossAmount, and more, detailing various metrics and their attributes.
The Order Delta Tcv object can be accessed through Data Query with the following fields.
|
Field Name |
Description |
|
Id |
The internal ID of the order delta metrics. |
|
OrderNumber |
The Order number for the associated Order. |
|
StartDate |
The Start Date of the metric. This is also the start date of the period where there is an impact on the metrics caused by the order. |
|
EndDate |
The End Date of the metric. This is also the end date of the period where there is an impact on the metrics caused by the order. The End Date is inclusive. |
|
GrossAmount |
The gross amount of the metric. This is the gross value of the metric without applying any discounts. |
|
NetAmount |
The net amount of the metric. This is the net value of the metric after applying the discounts. Note: When calculating Order Delta Metrics, Zuora does not take account level discount into consideration. |
|
Currency |
ISO 3-letter currency code (uppercase) for the gross and net amount. For example, USD. |
|
OrderActionId |
The Id of the associated Order Action that creates the metric. This field can be null if the metric is generated for an Order Line Item. |
|
ChargeNumber |
The charge number of rate plan charge object what the metric is associated with. This field can be null if the metric is generated for an Order Line Item. |
|
RatePlanChargeId |
The id of the rate plan charge object that the metrics is associated with. This field can be null if the metric is generated for an Order Line Item. |
|
ProductRatePlanChargeId |
The id of the product plan charge object of the rate plan charge object. This field can be null if the related Order Line Item is not created from a product rate plan charge |
|
OrderLineItemId |
The id of the Order Line Item associated with the metric. This field can be null if the metric is generated for a RatePlanCharge. |
|
CreatedDate |
The date time when the metric is created. |
|
UpdatedDate |
The date time when the metric is last updated. |
|
deleted |
Whether the metric is deleted. |