Enum Constant Summary
Enum Constants
Only used for quotations.
Voucher is created but not yet final.
Voucher is finalized in lexoffice and no longer editable but yet unpaid or only partially paid.
Voucher is open and dueDate is in the past.
Voucher is marked as fully paid in lexoffice.
Only used for credit notes.
Only used for quotations.
The payment has already been authorized or the amount will be collected by direct debit (direct withdrawal).
Voucher is transferred via the lexoffice online banking connector.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
DRAFT
Voucher is created but not yet final. It is still editable in lexoffice.
OPEN
Voucher is finalized in lexoffice and no longer editable but yet unpaid or only partially paid.
PAID
Voucher is marked as fully paid in lexoffice.
PAIDOFF
Only used for credit notes. Credit note is marked as paidoff in lexoffice.
VOIDED
Voucher is cancelled.
TRANSFERRED
Voucher is transferred via the lexoffice online banking connector. When the payment is handled by the bank this status changes to paid.
SEPADEBIT
The payment has already been authorized or the amount will be collected by direct debit (direct withdrawal). When the payment is handled by the bank this status changes to paid.
OVERDUE
Voucher is open and dueDate is in the past.
ACCEPTED
Only used for quotations. This status is set when a quotation was marked as accepted in lexoffice.
REJECTED
Only used for quotations. This status is set when a quotation was marked as rejected in lexoffice.
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null