Skip to content

Translation

A translation object contains the localised details of a subscription type.

namestringrequired

The localised name of the subscription type.

Example:"Announcements"
descriptionstringrequired

The localised description of the subscription type.

Example:"Offers, product and feature announcements"
localestringrequired

The two character identifier for the language of the translation object.

Example:"en"
{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }