Get all transactions for a particular account by its uid.
const client = new OutsetaApiClient({ subdomain: 'test-company' }); const response = await client.billing.transactions.getAll(accountUid); console.log(response);
Response If the server returns a non-"OK" status, the whole response object will be thrown.
The uid for the account to grab transactions from.
The response body.
Generated using TypeDoc
Get all transactions for a particular account by its uid.
Response If the server returns a non-"OK" status, the whole response object will be thrown.