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}}', 'v2');

const plan = await salable.plans.getCurrencies('8494c276-ad2d-4341-bba0-f0fd416b7cec');

Parameters

planUuid (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