Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BusinessUnits

Index

Methods

Methods

  • get(id: number): Promise<any>
  • Get the details of a business unit

    Parameters

    • id: number

      Identifier of the business unit

    Returns Promise<any>

    • Response with business unit object in the response body
  • list(): Promise<any>
  • Fetches the list of business units in the account

    Returns Promise<any>

    • Response with business units list in the response body

Generated using TypeDoc