Options
All
  • Public
  • Public/Protected
  • All
Menu

Customers - object-oriented interface

export

Hierarchy

Index

Constructors

Methods

  • summary

    List customers

    throws

    {RequiredError}

    memberof

    Customers

    Parameters

    • Optional startingAfter: string
    • Optional options: any

    Returns Promise<AxiosResponse<CustomerListResult>>

  • retrieve(customerId: string, options?: any): Promise<AxiosResponse<CustomerResult>>
  • summary

    Retrieve a customer

    throws

    {RequiredError}

    memberof

    Customers

    Parameters

    • customerId: string

      The customer&#39;s reference ID in your system

    • Optional options: any

    Returns Promise<AxiosResponse<CustomerResult>>

Generated using TypeDoc