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

CostObject

Cost object for a subscription


Properties

array of CreditSaving
creditSavings Optional

Details: List with the credit savings applied at this grouping level


discountSavings Optional

Details: List with the discounts savings applied at this grouping level


number as double
snsCredit Optional

SnS credit in case of Subscription Upgrade from license to SaaS


number as double
totalCreditSavings Optional

The total savings from applied due to any returns or refunds. Represented as negative value


number as double
totalDiscountSavings Optional

The total savings from discounts at this grouping level. Represented as negative value


number as double
totalListPrice Optional

The total list price (MSRP) at this grouping level. No taxes or promo savings should be applied


number as double
totalNetPrice Optional

totalNetPrice = totalSalePrice+totalPromotionSavings+totalCreditSavings+totalTaxes. The sum of the total net amount at this grouping level


number as double
unitListPrice Optional

The list price (MSRP) for 1 quantity. Applicable only in a subscription


number as double
unitNetPrice Optional

net amount for 1 quantity. Applicable only in a subscription

JSON Example

{
	"creditSavings": [
		{
			"creditAmount": 0,
			"creditReference": "string",
			"type": "FLEX_EXCHANGE"
		}
	],
	"discountSavings": [
		{
			"attributes": {
				"key": "string"
			},
			"discountAmount": 0,
			"type": "RCD"
		}
	],
	"snsCredit": 0,
	"totalCreditSavings": 0,
	"totalDiscountSavings": 0,
	"totalListPrice": 0,
	"totalNetPrice": 0,
	"unitListPrice": 0,
	"unitNetPrice": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

DistributorOffer
Offer
OfferGroup
OfferV2
ProformaOffer
ResellerOffer
UsageItem

Feedback

Was this page helpful?