remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:36:58 +02:00
parent d6a5e46c22
commit bc6d5fd639
2 changed files with 0 additions and 24 deletions

View File

@ -71,18 +71,6 @@ class BillType implements \JsonSerializable
$this->name = $name; $this->name = $name;
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* Set l11n * Set l11n
* *

View File

@ -71,18 +71,6 @@ class TaxCombination implements \JsonSerializable
$this->itemCode = new NullAttributeValue(); $this->itemCode = new NullAttributeValue();
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */