Enum Class VoucherType

java.lang.Object
java.lang.Enum<VoucherType>
de.focus_shift.lexoffice.java.sdk.model.VoucherType
All Implemented Interfaces:
Serializable, Comparable<VoucherType>, Constable

public enum VoucherType extends Enum<VoucherType>
  • Enum Constant Details

    • SALESINVOICE

      public static final VoucherType SALESINVOICE
      Details see Vouchers Endpoint
    • SALESCREDITNOTE

      public static final VoucherType SALESCREDITNOTE
      Details see Vouchers Endpoint
    • PURCHASEINVOICE

      public static final VoucherType PURCHASEINVOICE
      Details see Vouchers Endpoint
    • PURCHASECREDITNOTE

      public static final VoucherType PURCHASECREDITNOTE
      Details see Vouchers Endpoint
    • INVOICE

      public static final VoucherType INVOICE
      Rechnung
    • CREDITNOTE

      public static final VoucherType CREDITNOTE
      Rechnungskorrektur
      Details see Invoices endpoint
    • ORDERCONFIRMATION

      public static final VoucherType ORDERCONFIRMATION
      Auftragsbestätigung
      Details see Order Confirmations Endpoint
    • QUOTATION

      public static final VoucherType QUOTATION
      Angebote
      Details see Quotations Endpoint
    • DOWNPAYMENTINVOICE

      public static final VoucherType DOWNPAYMENTINVOICE
      Details see Down Payment Invoice Endpoint
  • Method Details

    • values

      public static VoucherType[] 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

      public static VoucherType valueOf(String name)
      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