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

Conversation

mirko-pira
Copy link

📦 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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant