You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon reviewing Billy framework we have noticed that while there is support for creating CreditNotes through specific API utilities, there appears to be no equivalent utility classes dedicated to DebitNotes.
Given that the PTGenericInvoice class includes an enum for invoice types:
public static enum TYPE {
FT, FS, FR, NC, ND
}
It seems that DebitNotes might be supported in some capacity within the framework. Could you provide any guidance on whether DebitNotes are intentionally excluded from utility classes, and if supported, how one might go about creating a DebitNote using the Billy framework?
Any advice or documentation on this would be greatly appreciated.
Upon reviewing Billy framework we have noticed that while there is support for creating
CreditNotes
through specific API utilities, there appears to be no equivalent utility classes dedicated toDebitNotes
.Given that the PTGenericInvoice class includes an enum for invoice types:
It seems that
DebitNotes
might be supported in some capacity within the framework. Could you provide any guidance on whetherDebitNotes
are intentionally excluded from utility classes, and if supported, how one might go about creating aDebitNote
using the Billy framework?Any advice or documentation on this would be greatly appreciated.
сс @froque
The text was updated successfully, but these errors were encountered: