Get all available plan families.
const client = new OutsetaApiClient({ subdomain: 'test-company' }); const response = await client.billing.planFamilies.getAll(); console.log(response);
Response If the server returns a non-"OK" status, the whole response object will be thrown.
The number of results returned by the API.
For pagination; returns (limit) results after this value.
The response body.
Generated using TypeDoc
Get all available plan families.
Response If the server returns a non-"OK" status, the whole response object will be thrown.