enums library

Enums

ClearedInvoiceResultStatus
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.
CSIDResponseStatus
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.
InvoiceResultStatus
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.
ResponseStatus
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.
TaxCategoryCode
Enum for Tax Category Codes, which represent different tax types in the system. These values are used to categorize tax information for invoices.
TaxSchemeCode
Enum for Tax Scheme Codes, which represent different types of tax schemes. These codes are used to identify the tax system applied to the invoice.

Properties

taxCategoryCodeValues Map<TaxCategoryCode, String>
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.
final