@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-30T09:09:50.123536Z[Etc/UTC]",
comments="Generator version: 7.9.0")
public class VatType
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_DEFAULT |
static java.lang.String |
SERIALIZED_NAME_DESCRIPTION |
static java.lang.String |
SERIALIZED_NAME_E_INVOICE |
static java.lang.String |
SERIALIZED_NAME_EDITABLE |
static java.lang.String |
SERIALIZED_NAME_EI_DESCRIPTION |
static java.lang.String |
SERIALIZED_NAME_EI_TYPE |
static java.lang.String |
SERIALIZED_NAME_ID |
static java.lang.String |
SERIALIZED_NAME_IS_DISABLED |
static java.lang.String |
SERIALIZED_NAME_NOTES |
static java.lang.String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
VatType() |
VatType(java.lang.Boolean editable)
Constructor with only readonly parameters
|
| Modifier and Type | Method and Description |
|---|---|
VatType |
_default(java.lang.Boolean _default) |
VatType |
description(java.lang.String description) |
VatType |
eiDescription(java.lang.String eiDescription) |
VatType |
eInvoice(java.lang.Boolean eInvoice) |
VatType |
eiType(java.lang.String eiType) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getDefault()
If the vat type is default
|
java.lang.String |
getDescription()
Vat type short description
|
java.lang.Boolean |
getEditable()
[Read Only] Is the vat type is editable.
|
java.lang.String |
getEiDescription()
Vat type e-invoice description
|
java.lang.Boolean |
geteInvoice()
Vat type is usable for e-invoices
|
java.lang.String |
getEiType()
Vat type e-invoice type (natura)
|
java.lang.Integer |
getId()
Vat type id
|
java.lang.Boolean |
getIsDisabled()
Is the vat type disabled
|
java.lang.String |
getNotes()
Vat type notes shown in documents
|
java.math.BigDecimal |
getValue()
[Read Only] Vat type percentual value
|
int |
hashCode() |
VatType |
id(java.lang.Integer id) |
VatType |
isDisabled(java.lang.Boolean isDisabled) |
VatType |
notes(java.lang.String notes) |
void |
setDefault(java.lang.Boolean _default) |
void |
setDescription(java.lang.String description) |
void |
setEiDescription(java.lang.String eiDescription) |
void |
seteInvoice(java.lang.Boolean eInvoice) |
void |
setEiType(java.lang.String eiType) |
void |
setId(java.lang.Integer id) |
void |
setIsDisabled(java.lang.Boolean isDisabled) |
void |
setNotes(java.lang.String notes) |
void |
setValue(java.math.BigDecimal value) |
java.lang.String |
toString() |
VatType |
value(java.math.BigDecimal value) |
public static final java.lang.String SERIALIZED_NAME_ID
public static final java.lang.String SERIALIZED_NAME_VALUE
public static final java.lang.String SERIALIZED_NAME_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_NOTES
public static final java.lang.String SERIALIZED_NAME_E_INVOICE
public static final java.lang.String SERIALIZED_NAME_EI_TYPE
public static final java.lang.String SERIALIZED_NAME_EI_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_EDITABLE
public static final java.lang.String SERIALIZED_NAME_IS_DISABLED
public static final java.lang.String SERIALIZED_NAME_DEFAULT
public VatType()
public VatType(java.lang.Boolean editable)
public VatType id(java.lang.Integer id)
@Nullable public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public VatType value(java.math.BigDecimal value)
@Nullable public java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
public VatType description(java.lang.String description)
@Nullable public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public VatType notes(java.lang.String notes)
@Nullable public java.lang.String getNotes()
public void setNotes(java.lang.String notes)
public VatType eInvoice(java.lang.Boolean eInvoice)
@Nullable public java.lang.Boolean geteInvoice()
public void seteInvoice(java.lang.Boolean eInvoice)
public VatType eiType(java.lang.String eiType)
@Nullable public java.lang.String getEiType()
public void setEiType(java.lang.String eiType)
public VatType eiDescription(java.lang.String eiDescription)
@Nullable public java.lang.String getEiDescription()
public void setEiDescription(java.lang.String eiDescription)
@Nullable public java.lang.Boolean getEditable()
public VatType isDisabled(java.lang.Boolean isDisabled)
@Nullable public java.lang.Boolean getIsDisabled()
public void setIsDisabled(java.lang.Boolean isDisabled)
public VatType _default(java.lang.Boolean _default)
@Nullable public java.lang.Boolean getDefault()
public void setDefault(java.lang.Boolean _default)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object