Class Tax
java.lang.Object
de.codebarista.shopware.model.core.Tax
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class Tax
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomFields(Object customFields) booleanGet createdAtGet customFieldsgetId()Get idgetName()Get nameAdded since version: 6.4.0.0.Get taxRateGet updatedAtinthashCode()voidsetCustomFields(Object customFields) voidvoidvoidsetPosition(Long position) voidsetTaxRate(Float taxRate) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TAX_RATE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_POSITION
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
Tax
public Tax() -
Tax
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
taxRate
-
getTaxRate
Get taxRate- Returns:
- taxRate
-
setTaxRate
-
name
-
getName
Get name- Returns:
- name
-
setName
-
position
-
getPosition
Added since version: 6.4.0.0.- Returns:
- position
-
setPosition
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-