kiotviet-client-sdk - v0.3.4
    Preparing search index...

    Class CustomerHandler

    Index

    Constructors

    Methods

    • Get customer by contact number

      Parameters

      • contactNumber: string

        The customer's contact number

      Returns Promise<null | Customer>

    • Get a customer by their ID

      Parameters

      • customerId: number

        The ID of the customer to retrieve Documentation: GET /customers/{id}

      Returns Promise<Customer>