Composite Promotion Translation Input

Input representation of the promotion translation.
JSON example
Here’s an example for the displayName field:
{
   "translations": {},
   "value": "Fall Promotion"
}
Here’s an example for the termsAndCondition field:
{
   "translations": {},
   "value": "This is fall promotion.Get 10% off on Product 'Alpine Energy Drink Chai Post 0.5L PET - 6 pack."
}
Properties
Name Type Description Required or Optional Available Version
translations Map<String, String> Map of language code to the translated value. Optional 62.0
value String Value to be translated. Optional 62.0