Skip to main content
Version: v3.2.0

Get Currencies

Returns the currencies of a single plan.

Code Sample

import { Salable } from '@salable/node-sdk';

const salable = new Salable('{{API_KEY}}');

const plan = await salable.plans.getCurrencies('41cf33a2-136e-4959-b5c7-73889ab94eff');

Parameters

planId (required)

Type: string

The uuid of the Plan to return the Currencies from

Return Type

For more information about this request see our API documentation on Plan Currency Object