[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
DiscountSaving
Defines the properties of the Discount Saving.
Properties
map of
string
attributes
Optional
The attributes of the Discount.
number as double
discountAmount
Optional
The amount of discount savings.
string
type
Optional
The type of discount, the value can be ‘RCD’ ‘SPF’ etc
Possible values are: RCD , SPF , ELA , DISTI , DIRECT_RESELLER , AD_PLUS , MANUAL , CHANNEL
JSON Example
{
"attributes": {
"key": "string"
},
"discountAmount": 0,
"type": "RCD"
}