Enum for Cleared Invoice Result Status, which represents whether an invoice has been cleared in the system.
It helps track the invoice's clearance status.
Enum for CSID (Certificate Serial ID) Response Status, which indicates the result of an operation related to CSID.
It includes success or different error types encountered during processing.
Enum for Invoice Result Status, which represents the different statuses an invoice can have after processing.
These statuses are used to indicate the result of the invoice reporting process.
Enum for Response Status, which is used to represent the result of a response to an API request.
This helps in indicating whether the request was successful or failed.
A map that maps each TaxCategoryCode to its respective string value used in the system.
The string values are commonly used for serialization or communication with external services.