Fetch translatable fields
Content
Resource URL
https://apps.ticketmatic.com/api/1/{accountname}/settings/ticketsales/paymentscenarios/{id}/translate
Description
Returns a dictionary with string values in all languages for each translatable field.
See translations for more information.
Example
Request
1use Ticketmatic\Endpoints\Settings\Ticketsales\Paymentscenarios;
2
3$result = Paymentscenarios::translations($client, $id);