PayerInvitesApi - object-oriented interface export PayerInvitesApi

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • summary Get payer invite details by id

    Parameters

    • id: string
    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PayerInviteResponse, any>>

    memberof PayerInvitesApi

  • summary Retrieve a list of sent payer invites

    Parameters

    • OptionalemailAddress: string
    • OptionalinviteStatus: PayerInviteStatus

      sent accepted expired

    • Optionallimit: number

      A limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25

    • Optionalpage: number

      1-based page index for paginated results

    • OptionaluserId: string

      The user id to operate on their behalf (tenants only)

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<PayerInviteResponseListResponse, any>>

    memberof PayerInvitesApi