This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
領収証発行サービス
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44
Commits
1
Branch
1.1MB
Tree:
ce43d5463a
develop
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ce43d5463a'
${ noResults }
SATE-EasyReceipt
/
app
/
Codes
/
TaxRate.php
13 lines
120B
Raw
Blame
History
<?php
namespace App\Codes;
/**
* 消費税率
*/
enum TaxRate: int
{
case DEFAULT = 10;
case REDUCED = 8;
}