Skip to main content
Version: Node SDK

Get Currencies

Returns a list of all the Currencies associated with a Plan

Code Sample

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

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

const plan = await salable.plans.getCurrencies('{{PLAN_UUID}}');

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