CostObject
Cost object for a subscription
Properties
Details: List with the credit savings applied at this grouping level
Details: List with the discounts savings applied at this grouping level
SnS credit in case of Subscription Upgrade from license to SaaS
The total savings from applied due to any returns or refunds. Represented as negative value
The total savings from discounts at this grouping level. Represented as negative value
The total list price (MSRP) at this grouping level. No taxes or promo savings should be applied
totalNetPrice = totalSalePrice+totalPromotionSavings+totalCreditSavings+totalTaxes. The sum of the total net amount at this grouping level
The list price (MSRP) for 1 quantity. Applicable only in a subscription
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
}
Property Of
DistributorOffer
Offer
OfferGroup
OfferV2
ProformaOffer
ResellerOffer
UsageItem