[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

UsageItem

Usage item for overage details in a offer. In case of Subscription offers, it shows the current status of overage details. In case of Transaction History, it shows the overage details status from when the transaction was first made.


Properties

string
chargeId Optional

Charge Id associated to Product Id in COMMIT Offer


string
chargeType Optional

Type of charge for the offer


string
currency Optional

Currency used to purchase the offer


string
description Optional

Offer description from billing engine


string
name Optional

Given name of the offer


offerCost Optional

Cost object for a subscription


string
productId Optional

Globally unique product id from Offer response


integer as int32
purchaseQuantity Optional

Quantity for purchase. Applicable only for COMMIT


string
sku Optional

SKU of the offer based on offer attributes


string
tierName Optional

Tier name. Tier attributes will be populated in case of tier volume pricing. Applicable only when chargeType is TIERED


string
uom Optional

Applicable for commit offer only. Each service may have its own UOM. Some services may use Host and others may use CPUs, etc

JSON Example

{
	"chargeId": "string",
	"chargeType": "string",
	"currency": "string",
	"description": "string",
	"name": "string",
	"offerCost": {
		"creditSavings": [
			{
				"creditAmount": 0,
				"creditReference": "string",
				"type": "FLEX_EXCHANGE"
			}
		],
		"discountSavings": [
			{
				"attributes": {
					"key": "string"
				},
				"discountAmount": 0,
				"type": "RCD"
			}
		],
		"promotionSavings": [
			{
				"promotionAmount": 0,
				"promotionCode": "string",
				"promotionName": "string",
				"promotionPercent": 0,
				"promotionServiceDetails": [
					{
						"description": "string",
						"productFamily": "string",
						"serviceDefinitionId": "string"
					}
				],
				"promotionType": "PromotionSaving",
				"remainingAmount": 0,
				"sellerPromotionInstanceId": "string"
			}
		],
		"remainingContractValue": 0,
		"totalContractValue": 0,
		"totalCreditSavings": 0,
		"totalDiscountSavings": 0,
		"totalListPrice": 0,
		"totalNetPrice": 0,
		"totalPromotionSavings": 0,
		"totalSalePrice": 0,
		"unitListPrice": 0,
		"unitNetPrice": 0,
		"unitTotalContractValue": 0
	},
	"productId": "string",
	"purchaseQuantity": 0,
	"sku": "string",
	"tierName": "string",
	"uom": "string"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

DistributorOffer
Offer
OfferV2
ProformaOffer
ResellerOffer

Feedback

Was this page helpful?