v2.3.0
This release adds support for self-billing credit notes and new getter methods for ID properties.
New Features & Improvements
- CreditNote: Added support for reading
CreditNoteTypeCodewhen deserializing credit notes, enabling proper handling of self-billing credit notes (UNCL1001 code 261). - Invoice: Added
getCustomizationId()andgetProfileId()getter methods to retrieve customization and profile identifiers. - InvoiceTypeCode: Added
SELF_BILLING_CREDIT_NOTEconstant (261) for self-billing credit note documents.