Options
All
  • Public
  • Public/Protected
  • All
Menu

AccountsApi - object-oriented interface

export

Hierarchy

Index

Constructors

constructor

Methods

createAccount

  • Create an account.

    throws

    {RequiredError}

    memberof

    AccountsApi

    Parameters

    Returns Promise<AxiosResponse<Account, any>>

createApplicationForAccount

deleteAccount

  • Delete an account.

    throws

    {RequiredError}

    memberof

    AccountsApi

    Parameters

    Returns Promise<AxiosResponse<void, any>>

getAccount

  • Get an account.

    throws

    {RequiredError}

    memberof

    AccountsApi

    Parameters

    Returns Promise<AxiosResponse<Account, any>>

updateAccount

  • Update an account.

    throws

    {RequiredError}

    memberof

    AccountsApi

    Parameters

    Returns Promise<AxiosResponse<Account, any>>