Hierarchy

  • AccountBillingAPI

Constructors

Properties

Methods

Constructors

Properties

client: AxiosInstance

Methods

  • The get method retrieves the account billing for the current user.

    Returns Promise<AxiosResponse<AccountBillingResponse, any>>

  • The put method updates (or create) the Billing Info for the current user.

    Parameters

    • reqBody: UpsertAccountBillingRequestBody

    Returns Promise<AxiosResponse<AccountBillingResponse, any>>

Generated using TypeDoc