[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
PromotionSaving
Defines the properties of the Promotion Savings.
Properties
number as double
promotionAmount
Optional
The amount of the promotion.
string
promotionCode
Optional
The promotion code to be applied.
string
promotionName
Optional
Name of the promotion applied.
number as double
promotionPercent
Optional
The promotional percentage.
array of
PromoServiceDetails
promotionServiceDetails
Optional
The details of the promotion service.
string
promotionType
Optional
The type of the promotion - the value can be ‘Promotion Saving’ or ‘AMOUNT’
Possible values are: PromotionSaving , AMOUNT
number as double
remainingAmount
Optional
The remaining amount after promotional savings.
string
sellerPromotionInstanceId
Optional
The unique identifier is the seller’s promotion instance id.
JSON Example
{
"promotionAmount": 0,
"promotionCode": "string",
"promotionName": "string",
"promotionPercent": 0,
"promotionServiceDetails": [
{
"description": "string",
"productFamily": "string",
"serviceDefinitionId": "string"
}
],
"promotionType": "PromotionSaving",
"remainingAmount": 0,
"sellerPromotionInstanceId": "string"
}