Skip to content

Translation

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

namestring

The localised name of the subscription type.

Example:"Announcements"
descriptionstring

The localised description of the subscription type.

Example:"Offers, product and feature announcements"
localestring

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

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