Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transactions

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly store

store: Store

Methods

getAll

  • 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);
    
    throws

    Response If the server returns a non-"OK" status, the whole response object will be thrown.

    Parameters

    • accountUid: string

      The uid for the account to grab transactions from.

    Returns Promise<List<Transaction>>

    The response body.

Generated using TypeDoc