We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b731e8a commit 49633ceCopy full SHA for 49633ce
src/Api/Enums/VatSchemes.php
@@ -6,5 +6,7 @@ class VatSchemes extends AbstractEnum
6
{
7
const MARGINAL = 'Marginal';
8
9
+ const NO_VAT = 'No VAT';
10
+
11
const VAT_QUALIFYING = 'VAT Qualifying';
12
}
0 commit comments