Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountApi

AccountApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • AccountApi

Index

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns AccountApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

accountAvailablePost

  • Check user is valid

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<InlineResponse2015>>

accountDelete

  • accountDelete(options?: any): Promise<AxiosResponse<void>>
  • You can delete your account. An invited user cannot be accessed this API.

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<void>>

accountInvoiceAddressPost

  • accountInvoiceAddressPost(request?: InlineObject27, options?: any): Promise<AxiosResponse<void>>
  • Update address which will be written it to the invoice

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    Returns Promise<AxiosResponse<void>>

accountLogAuthEventsGet

  • accountLogAuthEventsGet(maxResults?: number, options?: any): Promise<AxiosResponse<InlineResponse20012[]>>
  • Get events of user authentication

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    • Optional maxResults: number
    • Optional options: any

    Returns Promise<AxiosResponse<InlineResponse20012[]>>

accountNotificationEmailSynchronizationPost

  • accountNotificationEmailSynchronizationPost(options?: any): Promise<AxiosResponse<void>>
  • Synchronize your email to stripe

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<void>>

accountNotificationTargetPost

  • accountNotificationTargetPost(target: "email", request?: InlineObject26, options?: any): Promise<AxiosResponse<void>>
  • Adding your email destination when sending some notifications

    throws

    {RequiredError}

    memberof

    AccountApi

    Parameters

    • target: "email"
    • Optional request: InlineObject26
    • Optional options: any

    Returns Promise<AxiosResponse<void>>

Generated using TypeDoc