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

CostObject

Defines the properties of the Cost Object.


Properties

array of CreditSaving
creditSavings Optional

The list of credit saving object.


array of DiscountSaving
discountSavings Optional

The discounted saving on the cost.


array of PromotionSaving
promotionSavings Optional

The list of promotional savings on the cost.


number as double
remainingContractValue Optional

The remaining contract value on the cost.


number as double
totalContractValue Optional

The total contract value on the cost.


number as double
totalCreditSavings Optional

The total credit savings on the cost.


number as double
totalDiscountSavings Optional

The total discount savings on the cost.


number as double
totalListPrice Optional

The total list price on the cost.


number as double
totalNetPrice Optional

The total net price on the cost.


number as double
totalPromotionSavings Optional

The total promotional price on the cost.


number as double
totalSalePrice Optional

The total sale price on the cost.


number as double
unitListPrice Optional

The unit list price on the cost.


number as double
unitNetPrice Optional

The unit net price on the cost.


number as double
unitTotalContractValue Optional

The unit total contract value on the cost.

JSON Example

{
	"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
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of

AmendOffer
BaseOffer
BaseOfferConfig
ConsolidatedOffer
UsageItem

Feedback

Was this page helpful?