Get Features
Returns the features of a single plan.
Code Sample
import { Salable } from '@salable/node-sdk';
const salable = new Salable('{{API_KEY}}');
const plan = await salable.plans.getFeatures('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 Feature Object