Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 chore: add DocumentPaymentAPI to handle document payments related requests #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 4, 2023

  1. 📦 chore(api.ts): add DocumentPaymentAPI class to handle document paym…

    …ent related requests
    
    📦 chore(index.ts): import and initialize DocumentPaymentAPI in EasybillClient class
    📦 chore(documentPayment.ts): define types for DocumentPayment, GetDocumentPaymentsParams, and CreateDocumentPaymentParams
    The changes add support for document payment related functionality to the EasybillClient library. The new `DocumentPaymentAPI` class is added to handle requests related to document payments. The `DocumentPaymentAPI` class includes methods for getting document payments, getting a specific document payment, creating a document payment, and deleting a document payment. The necessary types for document payments are also defined in the `documentPayment.ts` file.
    mirko-pira committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7cf93f3 View commit details
    Browse the repository at this point in the history