BREAKING CHANGE(core): Rebrand XInvoice to EInvoice: update package name, class names, imports, and documentation
This commit is contained in:
@ -48,9 +48,9 @@ export interface ValidationResult {
|
||||
}
|
||||
|
||||
/**
|
||||
* Options for the XInvoice class
|
||||
* Options for the EInvoice class
|
||||
*/
|
||||
export interface XInvoiceOptions {
|
||||
export interface EInvoiceOptions {
|
||||
validateOnLoad?: boolean; // Whether to validate when loading an invoice
|
||||
validationLevel?: ValidationLevel; // Level of validation to perform
|
||||
}
|
||||
|
Reference in New Issue
Block a user