-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HorstOeko
committed
Dec 29, 2024
1 parent
fb5330f
commit 832269c
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
|
||
/** | ||
* This file is a part of horstoeko/zugferd. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace horstoeko\zugferd\codelists; | ||
|
||
/** | ||
* Class representing list of duty or tax or fee type name code | ||
* Name of list: UNTDID 5153 Duty or tax or fee type name code | ||
* | ||
* @category Zugferd | ||
* @package Zugferd | ||
* @author D. Erling <[email protected]> | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link https://github.com/horstoeko/zugferd | ||
* @see https://www.xrepository.de/details/urn:xoev-de:kosit:codeliste:untdid.5305_3 | ||
*/ | ||
class ZugferdVatTypeCodes | ||
{ | ||
/** | ||
* Value added tax (VAT) | ||
* | ||
* A tax on domestic or imported goods applied to the value added | ||
* at each stage in the production/distribution cycle. | ||
*/ | ||
public const VALUE_ADDED_TAX = 'VAT'; | ||
} | ||
<?php | ||
|
||
/** | ||
* This file is a part of horstoeko/zugferd. | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
namespace horstoeko\zugferd\codelists; | ||
|
||
/** | ||
* Class representing list of duty or tax or fee type name code | ||
* Name of list: UNTDID 5153 Duty or tax or fee type name code | ||
* | ||
* @category Zugferd | ||
* @package Zugferd | ||
* @author D. Erling <[email protected]> | ||
* @license https://opensource.org/licenses/MIT MIT | ||
* @link https://github.com/horstoeko/zugferd | ||
* @see https://www.xrepository.de/details/urn:xoev-de:kosit:codeliste:untdid.5305_3 | ||
*/ | ||
class ZugferdVatTypeCodes | ||
{ | ||
/** | ||
* Value added tax (VAT) | ||
* | ||
* A tax on domestic or imported goods applied to the value added | ||
* at each stage in the production/distribution cycle. | ||
*/ | ||
public const VALUE_ADDED_TAX = 'VAT'; | ||
} |