@getyetty-sdk/pennylane 2026.2.10 → 2026.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1229 -110
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +259 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -4
package/dist/index.d.mts
CHANGED
|
@@ -448,6 +448,7 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
448
448
|
readonly AD_95: "AD_95";
|
|
449
449
|
readonly AT_100: "AT_100";
|
|
450
450
|
readonly AT_130: "AT_130";
|
|
451
|
+
readonly AT_190: "AT_190";
|
|
451
452
|
readonly AT_200: "AT_200";
|
|
452
453
|
readonly BE_60: "BE_60";
|
|
453
454
|
readonly BE_120: "BE_120";
|
|
@@ -462,6 +463,7 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
462
463
|
readonly CH_81: "CH_81";
|
|
463
464
|
readonly CY_30: "CY_30";
|
|
464
465
|
readonly CY_50: "CY_50";
|
|
466
|
+
readonly CY_80: "CY_80";
|
|
465
467
|
readonly CY_90: "CY_90";
|
|
466
468
|
readonly CY_190: "CY_190";
|
|
467
469
|
readonly CZ_100: "CZ_100";
|
|
@@ -476,9 +478,11 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
476
478
|
readonly EE_220: "EE_220";
|
|
477
479
|
readonly EE_240: "EE_240";
|
|
478
480
|
readonly ES_40: "ES_40";
|
|
481
|
+
readonly ES_70: "ES_70";
|
|
479
482
|
readonly ES_100: "ES_100";
|
|
480
483
|
readonly ES_210: "ES_210";
|
|
481
484
|
readonly FI_100: "FI_100";
|
|
485
|
+
readonly FI_135: "FI_135";
|
|
482
486
|
readonly FI_140: "FI_140";
|
|
483
487
|
readonly FI_240: "FI_240";
|
|
484
488
|
readonly FI_255: "FI_255";
|
|
@@ -486,7 +490,9 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
486
490
|
readonly GB_200: "GB_200";
|
|
487
491
|
readonly GR_60: "GR_60";
|
|
488
492
|
readonly GR_130: "GR_130";
|
|
493
|
+
readonly GR_170: "GR_170";
|
|
489
494
|
readonly GR_240: "GR_240";
|
|
495
|
+
readonly GR_40: "GR_40";
|
|
490
496
|
readonly HR_50: "HR_50";
|
|
491
497
|
readonly HR_130: "HR_130";
|
|
492
498
|
readonly HR_250: "HR_250";
|
|
@@ -504,6 +510,7 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
504
510
|
readonly IT_220: "IT_220";
|
|
505
511
|
readonly LT_50: "LT_50";
|
|
506
512
|
readonly LT_90: "LT_90";
|
|
513
|
+
readonly LT_120: "LT_120";
|
|
507
514
|
readonly LT_210: "LT_210";
|
|
508
515
|
readonly LU_30: "LU_30";
|
|
509
516
|
readonly LU_70: "LU_70";
|
|
@@ -524,6 +531,7 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
524
531
|
readonly MC_200: "MC_200";
|
|
525
532
|
readonly MT_50: "MT_50";
|
|
526
533
|
readonly MT_70: "MT_70";
|
|
534
|
+
readonly MT_120: "MT_120";
|
|
527
535
|
readonly MT_180: "MT_180";
|
|
528
536
|
readonly MU_150: "MU_150";
|
|
529
537
|
readonly NL_90: "NL_90";
|
|
@@ -534,6 +542,8 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
534
542
|
readonly PT_60: "PT_60";
|
|
535
543
|
readonly PT_130: "PT_130";
|
|
536
544
|
readonly PT_160: "PT_160";
|
|
545
|
+
readonly PT_180: "PT_180";
|
|
546
|
+
readonly PT_220: "PT_220";
|
|
537
547
|
readonly PT_230: "PT_230";
|
|
538
548
|
readonly RO_50: "RO_50";
|
|
539
549
|
readonly RO_90: "RO_90";
|
|
@@ -550,6 +560,7 @@ declare const VatRateWithAnyAndMixed: {
|
|
|
550
560
|
readonly SK_190: "SK_190";
|
|
551
561
|
readonly SK_200: "SK_200";
|
|
552
562
|
readonly SK_230: "SK_230";
|
|
563
|
+
readonly SK_50: "SK_50";
|
|
553
564
|
readonly NO_120: "NO_120";
|
|
554
565
|
readonly NO_150: "NO_150";
|
|
555
566
|
readonly NO_250: "NO_250";
|
|
@@ -1533,6 +1544,7 @@ declare const VatRate: {
|
|
|
1533
1544
|
readonly AD_95: "AD_95";
|
|
1534
1545
|
readonly AT_100: "AT_100";
|
|
1535
1546
|
readonly AT_130: "AT_130";
|
|
1547
|
+
readonly AT_190: "AT_190";
|
|
1536
1548
|
readonly AT_200: "AT_200";
|
|
1537
1549
|
readonly BE_60: "BE_60";
|
|
1538
1550
|
readonly BE_120: "BE_120";
|
|
@@ -1547,6 +1559,7 @@ declare const VatRate: {
|
|
|
1547
1559
|
readonly CH_81: "CH_81";
|
|
1548
1560
|
readonly CY_30: "CY_30";
|
|
1549
1561
|
readonly CY_50: "CY_50";
|
|
1562
|
+
readonly CY_80: "CY_80";
|
|
1550
1563
|
readonly CY_90: "CY_90";
|
|
1551
1564
|
readonly CY_190: "CY_190";
|
|
1552
1565
|
readonly CZ_100: "CZ_100";
|
|
@@ -1561,9 +1574,11 @@ declare const VatRate: {
|
|
|
1561
1574
|
readonly EE_220: "EE_220";
|
|
1562
1575
|
readonly EE_240: "EE_240";
|
|
1563
1576
|
readonly ES_40: "ES_40";
|
|
1577
|
+
readonly ES_70: "ES_70";
|
|
1564
1578
|
readonly ES_100: "ES_100";
|
|
1565
1579
|
readonly ES_210: "ES_210";
|
|
1566
1580
|
readonly FI_100: "FI_100";
|
|
1581
|
+
readonly FI_135: "FI_135";
|
|
1567
1582
|
readonly FI_140: "FI_140";
|
|
1568
1583
|
readonly FI_240: "FI_240";
|
|
1569
1584
|
readonly FI_255: "FI_255";
|
|
@@ -1571,7 +1586,9 @@ declare const VatRate: {
|
|
|
1571
1586
|
readonly GB_200: "GB_200";
|
|
1572
1587
|
readonly GR_60: "GR_60";
|
|
1573
1588
|
readonly GR_130: "GR_130";
|
|
1589
|
+
readonly GR_170: "GR_170";
|
|
1574
1590
|
readonly GR_240: "GR_240";
|
|
1591
|
+
readonly GR_40: "GR_40";
|
|
1575
1592
|
readonly HR_50: "HR_50";
|
|
1576
1593
|
readonly HR_130: "HR_130";
|
|
1577
1594
|
readonly HR_250: "HR_250";
|
|
@@ -1589,6 +1606,7 @@ declare const VatRate: {
|
|
|
1589
1606
|
readonly IT_220: "IT_220";
|
|
1590
1607
|
readonly LT_50: "LT_50";
|
|
1591
1608
|
readonly LT_90: "LT_90";
|
|
1609
|
+
readonly LT_120: "LT_120";
|
|
1592
1610
|
readonly LT_210: "LT_210";
|
|
1593
1611
|
readonly LU_30: "LU_30";
|
|
1594
1612
|
readonly LU_70: "LU_70";
|
|
@@ -1609,6 +1627,7 @@ declare const VatRate: {
|
|
|
1609
1627
|
readonly MC_200: "MC_200";
|
|
1610
1628
|
readonly MT_50: "MT_50";
|
|
1611
1629
|
readonly MT_70: "MT_70";
|
|
1630
|
+
readonly MT_120: "MT_120";
|
|
1612
1631
|
readonly MT_180: "MT_180";
|
|
1613
1632
|
readonly MU_150: "MU_150";
|
|
1614
1633
|
readonly NL_90: "NL_90";
|
|
@@ -1619,6 +1638,8 @@ declare const VatRate: {
|
|
|
1619
1638
|
readonly PT_60: "PT_60";
|
|
1620
1639
|
readonly PT_130: "PT_130";
|
|
1621
1640
|
readonly PT_160: "PT_160";
|
|
1641
|
+
readonly PT_180: "PT_180";
|
|
1642
|
+
readonly PT_220: "PT_220";
|
|
1622
1643
|
readonly PT_230: "PT_230";
|
|
1623
1644
|
readonly RO_50: "RO_50";
|
|
1624
1645
|
readonly RO_90: "RO_90";
|
|
@@ -1635,6 +1656,7 @@ declare const VatRate: {
|
|
|
1635
1656
|
readonly SK_190: "SK_190";
|
|
1636
1657
|
readonly SK_200: "SK_200";
|
|
1637
1658
|
readonly SK_230: "SK_230";
|
|
1659
|
+
readonly SK_50: "SK_50";
|
|
1638
1660
|
readonly NO_120: "NO_120";
|
|
1639
1661
|
readonly NO_150: "NO_150";
|
|
1640
1662
|
readonly NO_250: "NO_250";
|
|
@@ -1701,7 +1723,7 @@ type CustomerInvoicesInvoiceLine = {
|
|
|
1701
1723
|
/**
|
|
1702
1724
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
1703
1725
|
*/
|
|
1704
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1726
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1705
1727
|
/**
|
|
1706
1728
|
* Total amount before tax in currency
|
|
1707
1729
|
*/
|
|
@@ -1799,7 +1821,7 @@ type CustomerInvoicesIncludedInvoiceLinesCollection = {
|
|
|
1799
1821
|
/**
|
|
1800
1822
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
1801
1823
|
*/
|
|
1802
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1824
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1803
1825
|
/**
|
|
1804
1826
|
* Total amount before tax in currency
|
|
1805
1827
|
*/
|
|
@@ -1917,7 +1939,7 @@ type CustomerInvoicesInclusions = {
|
|
|
1917
1939
|
/**
|
|
1918
1940
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
1919
1941
|
*/
|
|
1920
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1942
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
1921
1943
|
/**
|
|
1922
1944
|
* Total amount before tax in currency
|
|
1923
1945
|
*/
|
|
@@ -2008,7 +2030,7 @@ type CustomerInvoicesDraftInvoiceLineWithProductRequest = {
|
|
|
2008
2030
|
/**
|
|
2009
2031
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2010
2032
|
*/
|
|
2011
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2033
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2012
2034
|
/**
|
|
2013
2035
|
* Line item quantity (number of items)
|
|
2014
2036
|
*/
|
|
@@ -2062,7 +2084,7 @@ type CustomerInvoicesDraftInvoiceLineWithoutProductRequest = {
|
|
|
2062
2084
|
/**
|
|
2063
2085
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2064
2086
|
*/
|
|
2065
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2087
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2066
2088
|
/**
|
|
2067
2089
|
* Line item quantity (number of items)
|
|
2068
2090
|
*/
|
|
@@ -2186,7 +2208,7 @@ type CustomerInvoicesPostDraftRequest = {
|
|
|
2186
2208
|
/**
|
|
2187
2209
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2188
2210
|
*/
|
|
2189
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2211
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2190
2212
|
/**
|
|
2191
2213
|
* Line item quantity (number of items)
|
|
2192
2214
|
*/
|
|
@@ -2232,7 +2254,7 @@ type CustomerInvoicesPostDraftRequest = {
|
|
|
2232
2254
|
/**
|
|
2233
2255
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2234
2256
|
*/
|
|
2235
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2257
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2236
2258
|
/**
|
|
2237
2259
|
* Line item quantity (number of items)
|
|
2238
2260
|
*/
|
|
@@ -2292,7 +2314,7 @@ type CustomerInvoicesFinalizedInvoiceLineWithProductRequest = {
|
|
|
2292
2314
|
/**
|
|
2293
2315
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2294
2316
|
*/
|
|
2295
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2317
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2296
2318
|
/**
|
|
2297
2319
|
* Line item quantity (number of items)
|
|
2298
2320
|
*/
|
|
@@ -2356,7 +2378,7 @@ type CustomerInvoicesFinalizedInvoiceLineWithoutProductRequest = {
|
|
|
2356
2378
|
/**
|
|
2357
2379
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2358
2380
|
*/
|
|
2359
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2381
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2360
2382
|
/**
|
|
2361
2383
|
* Line item quantity (number of items)
|
|
2362
2384
|
*/
|
|
@@ -2507,7 +2529,7 @@ type CustomerInvoicesPostFinalizedRequest = {
|
|
|
2507
2529
|
/**
|
|
2508
2530
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2509
2531
|
*/
|
|
2510
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2532
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2511
2533
|
/**
|
|
2512
2534
|
* Line item quantity (number of items)
|
|
2513
2535
|
*/
|
|
@@ -2563,7 +2585,7 @@ type CustomerInvoicesPostFinalizedRequest = {
|
|
|
2563
2585
|
/**
|
|
2564
2586
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2565
2587
|
*/
|
|
2566
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2588
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2567
2589
|
/**
|
|
2568
2590
|
* Line item quantity (number of items)
|
|
2569
2591
|
*/
|
|
@@ -2835,7 +2857,7 @@ type ProductsResponse = {
|
|
|
2835
2857
|
/**
|
|
2836
2858
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
2837
2859
|
*/
|
|
2838
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2860
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
2839
2861
|
price: string;
|
|
2840
2862
|
/**
|
|
2841
2863
|
* Product unit
|
|
@@ -3430,7 +3452,7 @@ type CustomerInvoicesPutDraftRequest = {
|
|
|
3430
3452
|
/**
|
|
3431
3453
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
3432
3454
|
*/
|
|
3433
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3455
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3434
3456
|
/**
|
|
3435
3457
|
* Line item quantity (number of items)
|
|
3436
3458
|
*/
|
|
@@ -3476,7 +3498,7 @@ type CustomerInvoicesPutDraftRequest = {
|
|
|
3476
3498
|
/**
|
|
3477
3499
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
3478
3500
|
*/
|
|
3479
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3501
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3480
3502
|
/**
|
|
3481
3503
|
* Line item quantity (number of items)
|
|
3482
3504
|
*/
|
|
@@ -3531,7 +3553,7 @@ type CustomerInvoicesPutDraftRequest = {
|
|
|
3531
3553
|
/**
|
|
3532
3554
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
3533
3555
|
*/
|
|
3534
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3556
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
3535
3557
|
/**
|
|
3536
3558
|
* The description of the invoice line
|
|
3537
3559
|
*/
|
|
@@ -4338,7 +4360,7 @@ type QuotesPostRequest = {
|
|
|
4338
4360
|
/**
|
|
4339
4361
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
4340
4362
|
*/
|
|
4341
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4363
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4342
4364
|
/**
|
|
4343
4365
|
* The description of the invoice line
|
|
4344
4366
|
*/
|
|
@@ -4441,7 +4463,7 @@ type QuotesPutRequest = {
|
|
|
4441
4463
|
/**
|
|
4442
4464
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
4443
4465
|
*/
|
|
4444
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4466
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4445
4467
|
/**
|
|
4446
4468
|
* The description of the invoice line
|
|
4447
4469
|
*/
|
|
@@ -4483,7 +4505,7 @@ type QuotesPutRequest = {
|
|
|
4483
4505
|
/**
|
|
4484
4506
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
4485
4507
|
*/
|
|
4486
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4508
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4487
4509
|
/**
|
|
4488
4510
|
* The description of the invoice line
|
|
4489
4511
|
*/
|
|
@@ -4576,7 +4598,7 @@ type QuotesInvoiceLinesResponse = {
|
|
|
4576
4598
|
/**
|
|
4577
4599
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
4578
4600
|
*/
|
|
4579
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4601
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
4580
4602
|
/**
|
|
4581
4603
|
* Total amount before tax in currency
|
|
4582
4604
|
*/
|
|
@@ -5000,6 +5022,28 @@ type GetJournalsData = {
|
|
|
5000
5022
|
body?: never;
|
|
5001
5023
|
path?: never;
|
|
5002
5024
|
query?: {
|
|
5025
|
+
/**
|
|
5026
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5027
|
+
*
|
|
5028
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5029
|
+
*
|
|
5030
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5031
|
+
*
|
|
5032
|
+
* **Preview phase:**
|
|
5033
|
+
* From January 14th to April 7th 2026.
|
|
5034
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5035
|
+
*
|
|
5036
|
+
* **Sunset phase:**
|
|
5037
|
+
* From April 8th to June 30th 2026.
|
|
5038
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5039
|
+
*
|
|
5040
|
+
* **Cleanup phase:**
|
|
5041
|
+
* Starting July 1st 2026
|
|
5042
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5043
|
+
*
|
|
5044
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5045
|
+
*/
|
|
5046
|
+
use_2026_api_changes?: boolean;
|
|
5003
5047
|
/**
|
|
5004
5048
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5005
5049
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1. This parameter is deprecated.
|
|
@@ -5190,7 +5234,30 @@ type PostJournalsData = {
|
|
|
5190
5234
|
label: string;
|
|
5191
5235
|
};
|
|
5192
5236
|
path?: never;
|
|
5193
|
-
query?:
|
|
5237
|
+
query?: {
|
|
5238
|
+
/**
|
|
5239
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5240
|
+
*
|
|
5241
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5242
|
+
*
|
|
5243
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5244
|
+
*
|
|
5245
|
+
* **Preview phase:**
|
|
5246
|
+
* From January 14th to April 7th 2026.
|
|
5247
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5248
|
+
*
|
|
5249
|
+
* **Sunset phase:**
|
|
5250
|
+
* From April 8th to June 30th 2026.
|
|
5251
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5252
|
+
*
|
|
5253
|
+
* **Cleanup phase:**
|
|
5254
|
+
* Starting July 1st 2026
|
|
5255
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5256
|
+
*
|
|
5257
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5258
|
+
*/
|
|
5259
|
+
use_2026_api_changes?: boolean;
|
|
5260
|
+
};
|
|
5194
5261
|
url: '/api/external/v2/journals';
|
|
5195
5262
|
};
|
|
5196
5263
|
type PostJournalsErrors = {
|
|
@@ -5269,7 +5336,30 @@ type GetJournalData = {
|
|
|
5269
5336
|
*/
|
|
5270
5337
|
id: number;
|
|
5271
5338
|
};
|
|
5272
|
-
query?:
|
|
5339
|
+
query?: {
|
|
5340
|
+
/**
|
|
5341
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5342
|
+
*
|
|
5343
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5344
|
+
*
|
|
5345
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5346
|
+
*
|
|
5347
|
+
* **Preview phase:**
|
|
5348
|
+
* From January 14th to April 7th 2026.
|
|
5349
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5350
|
+
*
|
|
5351
|
+
* **Sunset phase:**
|
|
5352
|
+
* From April 8th to June 30th 2026.
|
|
5353
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5354
|
+
*
|
|
5355
|
+
* **Cleanup phase:**
|
|
5356
|
+
* Starting July 1st 2026
|
|
5357
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5358
|
+
*
|
|
5359
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5360
|
+
*/
|
|
5361
|
+
use_2026_api_changes?: boolean;
|
|
5362
|
+
};
|
|
5273
5363
|
url: '/api/external/v2/journals/{id}';
|
|
5274
5364
|
};
|
|
5275
5365
|
type GetJournalErrors = {
|
|
@@ -5337,6 +5427,28 @@ type GetLedgerAccountsData = {
|
|
|
5337
5427
|
body?: never;
|
|
5338
5428
|
path?: never;
|
|
5339
5429
|
query?: {
|
|
5430
|
+
/**
|
|
5431
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5432
|
+
*
|
|
5433
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5434
|
+
*
|
|
5435
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5436
|
+
*
|
|
5437
|
+
* **Preview phase:**
|
|
5438
|
+
* From January 14th to April 7th 2026.
|
|
5439
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5440
|
+
*
|
|
5441
|
+
* **Sunset phase:**
|
|
5442
|
+
* From April 8th to June 30th 2026.
|
|
5443
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5444
|
+
*
|
|
5445
|
+
* **Cleanup phase:**
|
|
5446
|
+
* Starting July 1st 2026
|
|
5447
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5448
|
+
*
|
|
5449
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5450
|
+
*/
|
|
5451
|
+
use_2026_api_changes?: boolean;
|
|
5340
5452
|
/**
|
|
5341
5453
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5342
5454
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1.
|
|
@@ -5527,11 +5639,34 @@ type PostLedgerAccountsData = {
|
|
|
5527
5639
|
* Ledger Account's label
|
|
5528
5640
|
*/
|
|
5529
5641
|
label: string;
|
|
5530
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_37' | 'CH_77' | 'CH_26' | 'CH_38' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'extracom' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'any' | 'mixed';
|
|
5642
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_37' | 'CH_77' | 'CH_26' | 'CH_38' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'extracom' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'any' | 'mixed';
|
|
5531
5643
|
country_alpha2?: 'AT' | 'BE' | 'BG' | 'CY' | 'CZ' | 'DE' | 'DK' | 'EE' | 'ES' | 'FI' | 'FR' | 'GR' | 'HR' | 'HU' | 'IE' | 'IT' | 'LT' | 'LU' | 'LV' | 'MT' | 'NL' | 'PL' | 'PT' | 'RO' | 'SE' | 'SI' | 'SK' | 'GB' | 'MC' | 'CH' | 'AD' | 'MU' | 'NO' | 'any';
|
|
5532
5644
|
};
|
|
5533
5645
|
path?: never;
|
|
5534
|
-
query?:
|
|
5646
|
+
query?: {
|
|
5647
|
+
/**
|
|
5648
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5649
|
+
*
|
|
5650
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5651
|
+
*
|
|
5652
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5653
|
+
*
|
|
5654
|
+
* **Preview phase:**
|
|
5655
|
+
* From January 14th to April 7th 2026.
|
|
5656
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5657
|
+
*
|
|
5658
|
+
* **Sunset phase:**
|
|
5659
|
+
* From April 8th to June 30th 2026.
|
|
5660
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5661
|
+
*
|
|
5662
|
+
* **Cleanup phase:**
|
|
5663
|
+
* Starting July 1st 2026
|
|
5664
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5665
|
+
*
|
|
5666
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5667
|
+
*/
|
|
5668
|
+
use_2026_api_changes?: boolean;
|
|
5669
|
+
};
|
|
5535
5670
|
url: '/api/external/v2/ledger_accounts';
|
|
5536
5671
|
};
|
|
5537
5672
|
type PostLedgerAccountsErrors = {
|
|
@@ -5628,7 +5763,30 @@ type GetLedgerAccountData = {
|
|
|
5628
5763
|
*/
|
|
5629
5764
|
id: number;
|
|
5630
5765
|
};
|
|
5631
|
-
query?:
|
|
5766
|
+
query?: {
|
|
5767
|
+
/**
|
|
5768
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5769
|
+
*
|
|
5770
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5771
|
+
*
|
|
5772
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5773
|
+
*
|
|
5774
|
+
* **Preview phase:**
|
|
5775
|
+
* From January 14th to April 7th 2026.
|
|
5776
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5777
|
+
*
|
|
5778
|
+
* **Sunset phase:**
|
|
5779
|
+
* From April 8th to June 30th 2026.
|
|
5780
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5781
|
+
*
|
|
5782
|
+
* **Cleanup phase:**
|
|
5783
|
+
* Starting July 1st 2026
|
|
5784
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5785
|
+
*
|
|
5786
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5787
|
+
*/
|
|
5788
|
+
use_2026_api_changes?: boolean;
|
|
5789
|
+
};
|
|
5632
5790
|
url: '/api/external/v2/ledger_accounts/{id}';
|
|
5633
5791
|
};
|
|
5634
5792
|
type GetLedgerAccountErrors = {
|
|
@@ -5727,7 +5885,30 @@ type UpdateLedgerAccountData = {
|
|
|
5727
5885
|
*/
|
|
5728
5886
|
id: number;
|
|
5729
5887
|
};
|
|
5730
|
-
query?:
|
|
5888
|
+
query?: {
|
|
5889
|
+
/**
|
|
5890
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
5891
|
+
*
|
|
5892
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
5893
|
+
*
|
|
5894
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
5895
|
+
*
|
|
5896
|
+
* **Preview phase:**
|
|
5897
|
+
* From January 14th to April 7th 2026.
|
|
5898
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
5899
|
+
*
|
|
5900
|
+
* **Sunset phase:**
|
|
5901
|
+
* From April 8th to June 30th 2026.
|
|
5902
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
5903
|
+
*
|
|
5904
|
+
* **Cleanup phase:**
|
|
5905
|
+
* Starting July 1st 2026
|
|
5906
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
5907
|
+
*
|
|
5908
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
5909
|
+
*/
|
|
5910
|
+
use_2026_api_changes?: boolean;
|
|
5911
|
+
};
|
|
5731
5912
|
url: '/api/external/v2/ledger_accounts/{id}';
|
|
5732
5913
|
};
|
|
5733
5914
|
type UpdateLedgerAccountErrors = {
|
|
@@ -5995,6 +6176,28 @@ type GetLedgerEntriesData = {
|
|
|
5995
6176
|
body?: never;
|
|
5996
6177
|
path?: never;
|
|
5997
6178
|
query?: {
|
|
6179
|
+
/**
|
|
6180
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
6181
|
+
*
|
|
6182
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
6183
|
+
*
|
|
6184
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
6185
|
+
*
|
|
6186
|
+
* **Preview phase:**
|
|
6187
|
+
* From January 14th to April 7th 2026.
|
|
6188
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
6189
|
+
*
|
|
6190
|
+
* **Sunset phase:**
|
|
6191
|
+
* From April 8th to June 30th 2026.
|
|
6192
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
6193
|
+
*
|
|
6194
|
+
* **Cleanup phase:**
|
|
6195
|
+
* Starting July 1st 2026
|
|
6196
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
6197
|
+
*
|
|
6198
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6199
|
+
*/
|
|
6200
|
+
use_2026_api_changes?: boolean;
|
|
5998
6201
|
/**
|
|
5999
6202
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6000
6203
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1. This parameter is deprecated.
|
|
@@ -6304,7 +6507,30 @@ type PostLedgerEntriesData = {
|
|
|
6304
6507
|
}>;
|
|
6305
6508
|
};
|
|
6306
6509
|
path?: never;
|
|
6307
|
-
query?:
|
|
6510
|
+
query?: {
|
|
6511
|
+
/**
|
|
6512
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
6513
|
+
*
|
|
6514
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
6515
|
+
*
|
|
6516
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
6517
|
+
*
|
|
6518
|
+
* **Preview phase:**
|
|
6519
|
+
* From January 14th to April 7th 2026.
|
|
6520
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
6521
|
+
*
|
|
6522
|
+
* **Sunset phase:**
|
|
6523
|
+
* From April 8th to June 30th 2026.
|
|
6524
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
6525
|
+
*
|
|
6526
|
+
* **Cleanup phase:**
|
|
6527
|
+
* Starting July 1st 2026
|
|
6528
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
6529
|
+
*
|
|
6530
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6531
|
+
*/
|
|
6532
|
+
use_2026_api_changes?: boolean;
|
|
6533
|
+
};
|
|
6308
6534
|
url: '/api/external/v2/ledger_entries';
|
|
6309
6535
|
};
|
|
6310
6536
|
type PostLedgerEntriesErrors = {
|
|
@@ -6480,7 +6706,30 @@ type GetLedgerEntryData = {
|
|
|
6480
6706
|
*/
|
|
6481
6707
|
id: number;
|
|
6482
6708
|
};
|
|
6483
|
-
query?:
|
|
6709
|
+
query?: {
|
|
6710
|
+
/**
|
|
6711
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
6712
|
+
*
|
|
6713
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
6714
|
+
*
|
|
6715
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
6716
|
+
*
|
|
6717
|
+
* **Preview phase:**
|
|
6718
|
+
* From January 14th to April 7th 2026.
|
|
6719
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
6720
|
+
*
|
|
6721
|
+
* **Sunset phase:**
|
|
6722
|
+
* From April 8th to June 30th 2026.
|
|
6723
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
6724
|
+
*
|
|
6725
|
+
* **Cleanup phase:**
|
|
6726
|
+
* Starting July 1st 2026
|
|
6727
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
6728
|
+
*
|
|
6729
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6730
|
+
*/
|
|
6731
|
+
use_2026_api_changes?: boolean;
|
|
6732
|
+
};
|
|
6484
6733
|
url: '/api/external/v2/ledger_entries/{id}';
|
|
6485
6734
|
};
|
|
6486
6735
|
type GetLedgerEntryErrors = {
|
|
@@ -6720,7 +6969,30 @@ type PutLedgerEntriesData = {
|
|
|
6720
6969
|
*/
|
|
6721
6970
|
id: string;
|
|
6722
6971
|
};
|
|
6723
|
-
query?:
|
|
6972
|
+
query?: {
|
|
6973
|
+
/**
|
|
6974
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
6975
|
+
*
|
|
6976
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
6977
|
+
*
|
|
6978
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
6979
|
+
*
|
|
6980
|
+
* **Preview phase:**
|
|
6981
|
+
* From January 14th to April 7th 2026.
|
|
6982
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
6983
|
+
*
|
|
6984
|
+
* **Sunset phase:**
|
|
6985
|
+
* From April 8th to June 30th 2026.
|
|
6986
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
6987
|
+
*
|
|
6988
|
+
* **Cleanup phase:**
|
|
6989
|
+
* Starting July 1st 2026
|
|
6990
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
6991
|
+
*
|
|
6992
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6993
|
+
*/
|
|
6994
|
+
use_2026_api_changes?: boolean;
|
|
6995
|
+
};
|
|
6724
6996
|
url: '/api/external/v2/ledger_entries/{id}';
|
|
6725
6997
|
};
|
|
6726
6998
|
type PutLedgerEntriesErrors = {
|
|
@@ -6897,6 +7169,28 @@ type GetLedgerEntriesLedgerEntryLinesData = {
|
|
|
6897
7169
|
ledger_entry_id: number;
|
|
6898
7170
|
};
|
|
6899
7171
|
query?: {
|
|
7172
|
+
/**
|
|
7173
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
7174
|
+
*
|
|
7175
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
7176
|
+
*
|
|
7177
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
7178
|
+
*
|
|
7179
|
+
* **Preview phase:**
|
|
7180
|
+
* From January 14th to April 7th 2026.
|
|
7181
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
7182
|
+
*
|
|
7183
|
+
* **Sunset phase:**
|
|
7184
|
+
* From April 8th to June 30th 2026.
|
|
7185
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
7186
|
+
*
|
|
7187
|
+
* **Cleanup phase:**
|
|
7188
|
+
* Starting July 1st 2026
|
|
7189
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
7190
|
+
*
|
|
7191
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7192
|
+
*/
|
|
7193
|
+
use_2026_api_changes?: boolean;
|
|
6900
7194
|
/**
|
|
6901
7195
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
6902
7196
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1.
|
|
@@ -7111,6 +7405,28 @@ type GetLedgerEntryLinesData = {
|
|
|
7111
7405
|
body?: never;
|
|
7112
7406
|
path?: never;
|
|
7113
7407
|
query?: {
|
|
7408
|
+
/**
|
|
7409
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
7410
|
+
*
|
|
7411
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
7412
|
+
*
|
|
7413
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
7414
|
+
*
|
|
7415
|
+
* **Preview phase:**
|
|
7416
|
+
* From January 14th to April 7th 2026.
|
|
7417
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
7418
|
+
*
|
|
7419
|
+
* **Sunset phase:**
|
|
7420
|
+
* From April 8th to June 30th 2026.
|
|
7421
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
7422
|
+
*
|
|
7423
|
+
* **Cleanup phase:**
|
|
7424
|
+
* Starting July 1st 2026
|
|
7425
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
7426
|
+
*
|
|
7427
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7428
|
+
*/
|
|
7429
|
+
use_2026_api_changes?: boolean;
|
|
7114
7430
|
/**
|
|
7115
7431
|
* Cursor for pagination. Use this to fetch the next set of results.
|
|
7116
7432
|
* The cursor is an opaque string returned in the previous response's metadata.
|
|
@@ -7305,7 +7621,30 @@ type GetLedgerEntryLineData = {
|
|
|
7305
7621
|
*/
|
|
7306
7622
|
id: number;
|
|
7307
7623
|
};
|
|
7308
|
-
query?:
|
|
7624
|
+
query?: {
|
|
7625
|
+
/**
|
|
7626
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
7627
|
+
*
|
|
7628
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
7629
|
+
*
|
|
7630
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
7631
|
+
*
|
|
7632
|
+
* **Preview phase:**
|
|
7633
|
+
* From January 14th to April 7th 2026.
|
|
7634
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
7635
|
+
*
|
|
7636
|
+
* **Sunset phase:**
|
|
7637
|
+
* From April 8th to June 30th 2026.
|
|
7638
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
7639
|
+
*
|
|
7640
|
+
* **Cleanup phase:**
|
|
7641
|
+
* Starting July 1st 2026
|
|
7642
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
7643
|
+
*
|
|
7644
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7645
|
+
*/
|
|
7646
|
+
use_2026_api_changes?: boolean;
|
|
7647
|
+
};
|
|
7309
7648
|
url: '/api/external/v2/ledger_entry_lines/{id}';
|
|
7310
7649
|
};
|
|
7311
7650
|
type GetLedgerEntryLineErrors = {
|
|
@@ -7467,7 +7806,30 @@ type DeleteLedgerEntryLinesUnletterData = {
|
|
|
7467
7806
|
}>;
|
|
7468
7807
|
};
|
|
7469
7808
|
path?: never;
|
|
7470
|
-
query?:
|
|
7809
|
+
query?: {
|
|
7810
|
+
/**
|
|
7811
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
7812
|
+
*
|
|
7813
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
7814
|
+
*
|
|
7815
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
7816
|
+
*
|
|
7817
|
+
* **Preview phase:**
|
|
7818
|
+
* From January 14th to April 7th 2026.
|
|
7819
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
7820
|
+
*
|
|
7821
|
+
* **Sunset phase:**
|
|
7822
|
+
* From April 8th to June 30th 2026.
|
|
7823
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
7824
|
+
*
|
|
7825
|
+
* **Cleanup phase:**
|
|
7826
|
+
* Starting July 1st 2026
|
|
7827
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
7828
|
+
*
|
|
7829
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7830
|
+
*/
|
|
7831
|
+
use_2026_api_changes?: boolean;
|
|
7832
|
+
};
|
|
7471
7833
|
url: '/api/external/v2/ledger_entry_lines/lettering';
|
|
7472
7834
|
};
|
|
7473
7835
|
type DeleteLedgerEntryLinesUnletterErrors = {
|
|
@@ -7560,7 +7922,30 @@ type PostLedgerEntryLinesLetterData = {
|
|
|
7560
7922
|
}>;
|
|
7561
7923
|
};
|
|
7562
7924
|
path?: never;
|
|
7563
|
-
query?:
|
|
7925
|
+
query?: {
|
|
7926
|
+
/**
|
|
7927
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
7928
|
+
*
|
|
7929
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
7930
|
+
*
|
|
7931
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
7932
|
+
*
|
|
7933
|
+
* **Preview phase:**
|
|
7934
|
+
* From January 14th to April 7th 2026.
|
|
7935
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
7936
|
+
*
|
|
7937
|
+
* **Sunset phase:**
|
|
7938
|
+
* From April 8th to June 30th 2026.
|
|
7939
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
7940
|
+
*
|
|
7941
|
+
* **Cleanup phase:**
|
|
7942
|
+
* Starting July 1st 2026
|
|
7943
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
7944
|
+
*
|
|
7945
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7946
|
+
*/
|
|
7947
|
+
use_2026_api_changes?: boolean;
|
|
7948
|
+
};
|
|
7564
7949
|
url: '/api/external/v2/ledger_entry_lines/lettering';
|
|
7565
7950
|
};
|
|
7566
7951
|
type PostLedgerEntryLinesLetterErrors = {
|
|
@@ -7640,6 +8025,28 @@ type GetLedgerEntryLinesLetteredLedgerEntryLinesData = {
|
|
|
7640
8025
|
ledger_entry_line_id: number;
|
|
7641
8026
|
};
|
|
7642
8027
|
query?: {
|
|
8028
|
+
/**
|
|
8029
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
8030
|
+
*
|
|
8031
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
8032
|
+
*
|
|
8033
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
8034
|
+
*
|
|
8035
|
+
* **Preview phase:**
|
|
8036
|
+
* From January 14th to April 7th 2026.
|
|
8037
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
8038
|
+
*
|
|
8039
|
+
* **Sunset phase:**
|
|
8040
|
+
* From April 8th to June 30th 2026.
|
|
8041
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
8042
|
+
*
|
|
8043
|
+
* **Cleanup phase:**
|
|
8044
|
+
* Starting July 1st 2026
|
|
8045
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
8046
|
+
*
|
|
8047
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
8048
|
+
*/
|
|
8049
|
+
use_2026_api_changes?: boolean;
|
|
7643
8050
|
/**
|
|
7644
8051
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7645
8052
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1. This parameter is deprecated.
|
|
@@ -7888,6 +8295,28 @@ type GetLedgerEntryLinesCategoriesData = {
|
|
|
7888
8295
|
ledger_entry_line_id: number;
|
|
7889
8296
|
};
|
|
7890
8297
|
query?: {
|
|
8298
|
+
/**
|
|
8299
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
8300
|
+
*
|
|
8301
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
8302
|
+
*
|
|
8303
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
8304
|
+
*
|
|
8305
|
+
* **Preview phase:**
|
|
8306
|
+
* From January 14th to April 7th 2026.
|
|
8307
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
8308
|
+
*
|
|
8309
|
+
* **Sunset phase:**
|
|
8310
|
+
* From April 8th to June 30th 2026.
|
|
8311
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
8312
|
+
*
|
|
8313
|
+
* **Cleanup phase:**
|
|
8314
|
+
* Starting July 1st 2026
|
|
8315
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
8316
|
+
*
|
|
8317
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
8318
|
+
*/
|
|
8319
|
+
use_2026_api_changes?: boolean;
|
|
7891
8320
|
/**
|
|
7892
8321
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
7893
8322
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1.
|
|
@@ -8073,7 +8502,30 @@ type PutLedgerEntryLinesCategoriesData = {
|
|
|
8073
8502
|
*/
|
|
8074
8503
|
ledger_entry_line_id: number;
|
|
8075
8504
|
};
|
|
8076
|
-
query?:
|
|
8505
|
+
query?: {
|
|
8506
|
+
/**
|
|
8507
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
8508
|
+
*
|
|
8509
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
8510
|
+
*
|
|
8511
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
8512
|
+
*
|
|
8513
|
+
* **Preview phase:**
|
|
8514
|
+
* From January 14th to April 7th 2026.
|
|
8515
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
8516
|
+
*
|
|
8517
|
+
* **Sunset phase:**
|
|
8518
|
+
* From April 8th to June 30th 2026.
|
|
8519
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
8520
|
+
*
|
|
8521
|
+
* **Cleanup phase:**
|
|
8522
|
+
* Starting July 1st 2026
|
|
8523
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
8524
|
+
*
|
|
8525
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
8526
|
+
*/
|
|
8527
|
+
use_2026_api_changes?: boolean;
|
|
8528
|
+
};
|
|
8077
8529
|
url: '/api/external/v2/ledger_entry_lines/{ledger_entry_line_id}/categories';
|
|
8078
8530
|
};
|
|
8079
8531
|
type PutLedgerEntryLinesCategoriesErrors = {
|
|
@@ -8159,6 +8611,28 @@ type GetCustomerInvoicesData = {
|
|
|
8159
8611
|
body?: never;
|
|
8160
8612
|
path?: never;
|
|
8161
8613
|
query?: {
|
|
8614
|
+
/**
|
|
8615
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
8616
|
+
*
|
|
8617
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
8618
|
+
*
|
|
8619
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
8620
|
+
*
|
|
8621
|
+
* **Preview phase:**
|
|
8622
|
+
* From January 14th to April 7th 2026.
|
|
8623
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
8624
|
+
*
|
|
8625
|
+
* **Sunset phase:**
|
|
8626
|
+
* From April 8th to June 30th 2026.
|
|
8627
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
8628
|
+
*
|
|
8629
|
+
* **Cleanup phase:**
|
|
8630
|
+
* Starting July 1st 2026
|
|
8631
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
8632
|
+
*
|
|
8633
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
8634
|
+
*/
|
|
8635
|
+
use_2026_api_changes?: boolean;
|
|
8162
8636
|
/**
|
|
8163
8637
|
* Cursor for pagination. Use this to fetch the next set of results.
|
|
8164
8638
|
* The cursor is an opaque string returned in the previous response's metadata.
|
|
@@ -8530,7 +9004,7 @@ type GetCustomerInvoicesResponses = {
|
|
|
8530
9004
|
/**
|
|
8531
9005
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
8532
9006
|
*/
|
|
8533
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9007
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
8534
9008
|
/**
|
|
8535
9009
|
* Total amount before tax in currency
|
|
8536
9010
|
*/
|
|
@@ -8686,7 +9160,7 @@ type PostCustomerInvoicesData = {
|
|
|
8686
9160
|
/**
|
|
8687
9161
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
8688
9162
|
*/
|
|
8689
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9163
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
8690
9164
|
/**
|
|
8691
9165
|
* Line item quantity (number of items)
|
|
8692
9166
|
*/
|
|
@@ -8732,7 +9206,7 @@ type PostCustomerInvoicesData = {
|
|
|
8732
9206
|
/**
|
|
8733
9207
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
8734
9208
|
*/
|
|
8735
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9209
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
8736
9210
|
/**
|
|
8737
9211
|
* Line item quantity (number of items)
|
|
8738
9212
|
*/
|
|
@@ -8870,7 +9344,7 @@ type PostCustomerInvoicesData = {
|
|
|
8870
9344
|
/**
|
|
8871
9345
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
8872
9346
|
*/
|
|
8873
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9347
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
8874
9348
|
/**
|
|
8875
9349
|
* Line item quantity (number of items)
|
|
8876
9350
|
*/
|
|
@@ -8926,7 +9400,7 @@ type PostCustomerInvoicesData = {
|
|
|
8926
9400
|
/**
|
|
8927
9401
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
8928
9402
|
*/
|
|
8929
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9403
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
8930
9404
|
/**
|
|
8931
9405
|
* Line item quantity (number of items)
|
|
8932
9406
|
*/
|
|
@@ -8965,7 +9439,30 @@ type PostCustomerInvoicesData = {
|
|
|
8965
9439
|
}>;
|
|
8966
9440
|
};
|
|
8967
9441
|
path?: never;
|
|
8968
|
-
query?:
|
|
9442
|
+
query?: {
|
|
9443
|
+
/**
|
|
9444
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
9445
|
+
*
|
|
9446
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
9447
|
+
*
|
|
9448
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
9449
|
+
*
|
|
9450
|
+
* **Preview phase:**
|
|
9451
|
+
* From January 14th to April 7th 2026.
|
|
9452
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
9453
|
+
*
|
|
9454
|
+
* **Sunset phase:**
|
|
9455
|
+
* From April 8th to June 30th 2026.
|
|
9456
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
9457
|
+
*
|
|
9458
|
+
* **Cleanup phase:**
|
|
9459
|
+
* Starting July 1st 2026
|
|
9460
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
9461
|
+
*
|
|
9462
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
9463
|
+
*/
|
|
9464
|
+
use_2026_api_changes?: boolean;
|
|
9465
|
+
};
|
|
8969
9466
|
url: '/api/external/v2/customer_invoices';
|
|
8970
9467
|
};
|
|
8971
9468
|
type PostCustomerInvoicesErrors = {
|
|
@@ -9336,7 +9833,7 @@ type ImportCustomerInvoicesData = {
|
|
|
9336
9833
|
/**
|
|
9337
9834
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
9338
9835
|
*/
|
|
9339
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9836
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
9340
9837
|
/**
|
|
9341
9838
|
* The description of the invoice line
|
|
9342
9839
|
*
|
|
@@ -9375,7 +9872,30 @@ type ImportCustomerInvoicesData = {
|
|
|
9375
9872
|
external_reference?: string;
|
|
9376
9873
|
};
|
|
9377
9874
|
path?: never;
|
|
9378
|
-
query?:
|
|
9875
|
+
query?: {
|
|
9876
|
+
/**
|
|
9877
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
9878
|
+
*
|
|
9879
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
9880
|
+
*
|
|
9881
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
9882
|
+
*
|
|
9883
|
+
* **Preview phase:**
|
|
9884
|
+
* From January 14th to April 7th 2026.
|
|
9885
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
9886
|
+
*
|
|
9887
|
+
* **Sunset phase:**
|
|
9888
|
+
* From April 8th to June 30th 2026.
|
|
9889
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
9890
|
+
*
|
|
9891
|
+
* **Cleanup phase:**
|
|
9892
|
+
* Starting July 1st 2026
|
|
9893
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
9894
|
+
*
|
|
9895
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
9896
|
+
*/
|
|
9897
|
+
use_2026_api_changes?: boolean;
|
|
9898
|
+
};
|
|
9379
9899
|
url: '/api/external/v2/customer_invoices/import';
|
|
9380
9900
|
};
|
|
9381
9901
|
type ImportCustomerInvoicesErrors = {
|
|
@@ -9664,7 +10184,30 @@ type CreateCustomerInvoiceFromQuoteData = {
|
|
|
9664
10184
|
customer_invoice_template_id?: number;
|
|
9665
10185
|
};
|
|
9666
10186
|
path?: never;
|
|
9667
|
-
query?:
|
|
10187
|
+
query?: {
|
|
10188
|
+
/**
|
|
10189
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
10190
|
+
*
|
|
10191
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
10192
|
+
*
|
|
10193
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
10194
|
+
*
|
|
10195
|
+
* **Preview phase:**
|
|
10196
|
+
* From January 14th to April 7th 2026.
|
|
10197
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
10198
|
+
*
|
|
10199
|
+
* **Sunset phase:**
|
|
10200
|
+
* From April 8th to June 30th 2026.
|
|
10201
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
10202
|
+
*
|
|
10203
|
+
* **Cleanup phase:**
|
|
10204
|
+
* Starting July 1st 2026
|
|
10205
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
10206
|
+
*
|
|
10207
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
10208
|
+
*/
|
|
10209
|
+
use_2026_api_changes?: boolean;
|
|
10210
|
+
};
|
|
9668
10211
|
url: '/api/external/v2/customer_invoices/create_from_quote';
|
|
9669
10212
|
};
|
|
9670
10213
|
type CreateCustomerInvoiceFromQuoteErrors = {
|
|
@@ -10330,7 +10873,7 @@ type PostBillingSubscriptionsData = {
|
|
|
10330
10873
|
/**
|
|
10331
10874
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
10332
10875
|
*/
|
|
10333
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
10876
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
10334
10877
|
/**
|
|
10335
10878
|
* The description of the invoice line
|
|
10336
10879
|
*/
|
|
@@ -10585,7 +11128,30 @@ type GetBillingSubscriptionData = {
|
|
|
10585
11128
|
*/
|
|
10586
11129
|
id: number;
|
|
10587
11130
|
};
|
|
10588
|
-
query?:
|
|
11131
|
+
query?: {
|
|
11132
|
+
/**
|
|
11133
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
11134
|
+
*
|
|
11135
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
11136
|
+
*
|
|
11137
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
11138
|
+
*
|
|
11139
|
+
* **Preview phase:**
|
|
11140
|
+
* From January 14th to April 7th 2026.
|
|
11141
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
11142
|
+
*
|
|
11143
|
+
* **Sunset phase:**
|
|
11144
|
+
* From April 8th to June 30th 2026.
|
|
11145
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
11146
|
+
*
|
|
11147
|
+
* **Cleanup phase:**
|
|
11148
|
+
* Starting July 1st 2026
|
|
11149
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
11150
|
+
*
|
|
11151
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
11152
|
+
*/
|
|
11153
|
+
use_2026_api_changes?: boolean;
|
|
11154
|
+
};
|
|
10589
11155
|
url: '/api/external/v2/billing_subscriptions/{id}';
|
|
10590
11156
|
};
|
|
10591
11157
|
type GetBillingSubscriptionErrors = {
|
|
@@ -10976,7 +11542,7 @@ type PutBillingSubscriptionsData = {
|
|
|
10976
11542
|
/**
|
|
10977
11543
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
10978
11544
|
*/
|
|
10979
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11545
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
10980
11546
|
/**
|
|
10981
11547
|
* The description of the invoice line
|
|
10982
11548
|
*/
|
|
@@ -11031,7 +11597,7 @@ type PutBillingSubscriptionsData = {
|
|
|
11031
11597
|
/**
|
|
11032
11598
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11033
11599
|
*/
|
|
11034
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11600
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11035
11601
|
/**
|
|
11036
11602
|
* The description of the invoice line
|
|
11037
11603
|
*/
|
|
@@ -11077,7 +11643,30 @@ type PutBillingSubscriptionsData = {
|
|
|
11077
11643
|
*/
|
|
11078
11644
|
id: number;
|
|
11079
11645
|
};
|
|
11080
|
-
query?:
|
|
11646
|
+
query?: {
|
|
11647
|
+
/**
|
|
11648
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
11649
|
+
*
|
|
11650
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
11651
|
+
*
|
|
11652
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
11653
|
+
*
|
|
11654
|
+
* **Preview phase:**
|
|
11655
|
+
* From January 14th to April 7th 2026.
|
|
11656
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
11657
|
+
*
|
|
11658
|
+
* **Sunset phase:**
|
|
11659
|
+
* From April 8th to June 30th 2026.
|
|
11660
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
11661
|
+
*
|
|
11662
|
+
* **Cleanup phase:**
|
|
11663
|
+
* Starting July 1st 2026
|
|
11664
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
11665
|
+
*
|
|
11666
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
11667
|
+
*/
|
|
11668
|
+
use_2026_api_changes?: boolean;
|
|
11669
|
+
};
|
|
11081
11670
|
url: '/api/external/v2/billing_subscriptions/{id}';
|
|
11082
11671
|
};
|
|
11083
11672
|
type PutBillingSubscriptionsErrors = {
|
|
@@ -11553,7 +12142,7 @@ type GetBillingSubscriptionInvoiceLinesResponses = {
|
|
|
11553
12142
|
/**
|
|
11554
12143
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11555
12144
|
*/
|
|
11556
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12145
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11557
12146
|
/**
|
|
11558
12147
|
* Total amount before tax in currency
|
|
11559
12148
|
*/
|
|
@@ -11730,7 +12319,7 @@ type GetProductsResponses = {
|
|
|
11730
12319
|
/**
|
|
11731
12320
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11732
12321
|
*/
|
|
11733
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12322
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11734
12323
|
price: string;
|
|
11735
12324
|
/**
|
|
11736
12325
|
* Product unit
|
|
@@ -11775,7 +12364,7 @@ type PostProductsData = {
|
|
|
11775
12364
|
/**
|
|
11776
12365
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11777
12366
|
*/
|
|
11778
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12367
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11779
12368
|
/**
|
|
11780
12369
|
* Product unit
|
|
11781
12370
|
*/
|
|
@@ -11872,7 +12461,7 @@ type PostProductsResponses = {
|
|
|
11872
12461
|
/**
|
|
11873
12462
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11874
12463
|
*/
|
|
11875
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12464
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11876
12465
|
price: string;
|
|
11877
12466
|
/**
|
|
11878
12467
|
* Product unit
|
|
@@ -11984,7 +12573,7 @@ type GetProductResponses = {
|
|
|
11984
12573
|
/**
|
|
11985
12574
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
11986
12575
|
*/
|
|
11987
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12576
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
11988
12577
|
price: string;
|
|
11989
12578
|
/**
|
|
11990
12579
|
* Product unit
|
|
@@ -12022,7 +12611,7 @@ type PutProductData = {
|
|
|
12022
12611
|
/**
|
|
12023
12612
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
12024
12613
|
*/
|
|
12025
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12614
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12026
12615
|
/**
|
|
12027
12616
|
* Product unit
|
|
12028
12617
|
*/
|
|
@@ -12118,7 +12707,7 @@ type PutProductResponses = {
|
|
|
12118
12707
|
/**
|
|
12119
12708
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
12120
12709
|
*/
|
|
12121
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12710
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
12122
12711
|
price: string;
|
|
12123
12712
|
/**
|
|
12124
12713
|
* Product unit
|
|
@@ -12961,7 +13550,30 @@ type GetCompanyCustomerData = {
|
|
|
12961
13550
|
*/
|
|
12962
13551
|
id: string;
|
|
12963
13552
|
};
|
|
12964
|
-
query?:
|
|
13553
|
+
query?: {
|
|
13554
|
+
/**
|
|
13555
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
13556
|
+
*
|
|
13557
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
13558
|
+
*
|
|
13559
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
13560
|
+
*
|
|
13561
|
+
* **Preview phase:**
|
|
13562
|
+
* From January 14th to April 7th 2026.
|
|
13563
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
13564
|
+
*
|
|
13565
|
+
* **Sunset phase:**
|
|
13566
|
+
* From April 8th to June 30th 2026.
|
|
13567
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
13568
|
+
*
|
|
13569
|
+
* **Cleanup phase:**
|
|
13570
|
+
* Starting July 1st 2026
|
|
13571
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
13572
|
+
*
|
|
13573
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
13574
|
+
*/
|
|
13575
|
+
use_2026_api_changes?: boolean;
|
|
13576
|
+
};
|
|
12965
13577
|
url: '/api/external/v2/company_customers/{id}';
|
|
12966
13578
|
};
|
|
12967
13579
|
type GetCompanyCustomerErrors = {
|
|
@@ -13120,7 +13732,30 @@ type PutCompanyCustomerData = {
|
|
|
13120
13732
|
*/
|
|
13121
13733
|
id: string;
|
|
13122
13734
|
};
|
|
13123
|
-
query?:
|
|
13735
|
+
query?: {
|
|
13736
|
+
/**
|
|
13737
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
13738
|
+
*
|
|
13739
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
13740
|
+
*
|
|
13741
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
13742
|
+
*
|
|
13743
|
+
* **Preview phase:**
|
|
13744
|
+
* From January 14th to April 7th 2026.
|
|
13745
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
13746
|
+
*
|
|
13747
|
+
* **Sunset phase:**
|
|
13748
|
+
* From April 8th to June 30th 2026.
|
|
13749
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
13750
|
+
*
|
|
13751
|
+
* **Cleanup phase:**
|
|
13752
|
+
* Starting July 1st 2026
|
|
13753
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
13754
|
+
*
|
|
13755
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
13756
|
+
*/
|
|
13757
|
+
use_2026_api_changes?: boolean;
|
|
13758
|
+
};
|
|
13124
13759
|
url: '/api/external/v2/company_customers/{id}';
|
|
13125
13760
|
};
|
|
13126
13761
|
type PutCompanyCustomerErrors = {
|
|
@@ -13423,7 +14058,30 @@ type GetIndividualCustomerData = {
|
|
|
13423
14058
|
*/
|
|
13424
14059
|
id: string;
|
|
13425
14060
|
};
|
|
13426
|
-
query?:
|
|
14061
|
+
query?: {
|
|
14062
|
+
/**
|
|
14063
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
14064
|
+
*
|
|
14065
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
14066
|
+
*
|
|
14067
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
14068
|
+
*
|
|
14069
|
+
* **Preview phase:**
|
|
14070
|
+
* From January 14th to April 7th 2026.
|
|
14071
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
14072
|
+
*
|
|
14073
|
+
* **Sunset phase:**
|
|
14074
|
+
* From April 8th to June 30th 2026.
|
|
14075
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
14076
|
+
*
|
|
14077
|
+
* **Cleanup phase:**
|
|
14078
|
+
* Starting July 1st 2026
|
|
14079
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
14080
|
+
*
|
|
14081
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
14082
|
+
*/
|
|
14083
|
+
use_2026_api_changes?: boolean;
|
|
14084
|
+
};
|
|
13427
14085
|
url: '/api/external/v2/individual_customers/{id}';
|
|
13428
14086
|
};
|
|
13429
14087
|
type GetIndividualCustomerErrors = {
|
|
@@ -13578,7 +14236,30 @@ type PutIndividualCustomerData = {
|
|
|
13578
14236
|
*/
|
|
13579
14237
|
id: string;
|
|
13580
14238
|
};
|
|
13581
|
-
query?:
|
|
14239
|
+
query?: {
|
|
14240
|
+
/**
|
|
14241
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
14242
|
+
*
|
|
14243
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
14244
|
+
*
|
|
14245
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
14246
|
+
*
|
|
14247
|
+
* **Preview phase:**
|
|
14248
|
+
* From January 14th to April 7th 2026.
|
|
14249
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
14250
|
+
*
|
|
14251
|
+
* **Sunset phase:**
|
|
14252
|
+
* From April 8th to June 30th 2026.
|
|
14253
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
14254
|
+
*
|
|
14255
|
+
* **Cleanup phase:**
|
|
14256
|
+
* Starting July 1st 2026
|
|
14257
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
14258
|
+
*
|
|
14259
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
14260
|
+
*/
|
|
14261
|
+
use_2026_api_changes?: boolean;
|
|
14262
|
+
};
|
|
13582
14263
|
url: '/api/external/v2/individual_customers/{id}';
|
|
13583
14264
|
};
|
|
13584
14265
|
type PutIndividualCustomerErrors = {
|
|
@@ -13942,7 +14623,30 @@ type GetCustomerData = {
|
|
|
13942
14623
|
*/
|
|
13943
14624
|
id: number;
|
|
13944
14625
|
};
|
|
13945
|
-
query?:
|
|
14626
|
+
query?: {
|
|
14627
|
+
/**
|
|
14628
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
14629
|
+
*
|
|
14630
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
14631
|
+
*
|
|
14632
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
14633
|
+
*
|
|
14634
|
+
* **Preview phase:**
|
|
14635
|
+
* From January 14th to April 7th 2026.
|
|
14636
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
14637
|
+
*
|
|
14638
|
+
* **Sunset phase:**
|
|
14639
|
+
* From April 8th to June 30th 2026.
|
|
14640
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
14641
|
+
*
|
|
14642
|
+
* **Cleanup phase:**
|
|
14643
|
+
* Starting July 1st 2026
|
|
14644
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
14645
|
+
*
|
|
14646
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
14647
|
+
*/
|
|
14648
|
+
use_2026_api_changes?: boolean;
|
|
14649
|
+
};
|
|
13946
14650
|
url: '/api/external/v2/customers/{id}';
|
|
13947
14651
|
};
|
|
13948
14652
|
type GetCustomerErrors = {
|
|
@@ -14734,7 +15438,30 @@ type GetSupplierData = {
|
|
|
14734
15438
|
*/
|
|
14735
15439
|
id: number;
|
|
14736
15440
|
};
|
|
14737
|
-
query?:
|
|
15441
|
+
query?: {
|
|
15442
|
+
/**
|
|
15443
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
15444
|
+
*
|
|
15445
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
15446
|
+
*
|
|
15447
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
15448
|
+
*
|
|
15449
|
+
* **Preview phase:**
|
|
15450
|
+
* From January 14th to April 7th 2026.
|
|
15451
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
15452
|
+
*
|
|
15453
|
+
* **Sunset phase:**
|
|
15454
|
+
* From April 8th to June 30th 2026.
|
|
15455
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
15456
|
+
*
|
|
15457
|
+
* **Cleanup phase:**
|
|
15458
|
+
* Starting July 1st 2026
|
|
15459
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
15460
|
+
*
|
|
15461
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
15462
|
+
*/
|
|
15463
|
+
use_2026_api_changes?: boolean;
|
|
15464
|
+
};
|
|
14738
15465
|
url: '/api/external/v2/suppliers/{id}';
|
|
14739
15466
|
};
|
|
14740
15467
|
type GetSupplierErrors = {
|
|
@@ -14871,7 +15598,30 @@ type PutSupplierData = {
|
|
|
14871
15598
|
path: {
|
|
14872
15599
|
id: number;
|
|
14873
15600
|
};
|
|
14874
|
-
query?:
|
|
15601
|
+
query?: {
|
|
15602
|
+
/**
|
|
15603
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
15604
|
+
*
|
|
15605
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
15606
|
+
*
|
|
15607
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
15608
|
+
*
|
|
15609
|
+
* **Preview phase:**
|
|
15610
|
+
* From January 14th to April 7th 2026.
|
|
15611
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
15612
|
+
*
|
|
15613
|
+
* **Sunset phase:**
|
|
15614
|
+
* From April 8th to June 30th 2026.
|
|
15615
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
15616
|
+
*
|
|
15617
|
+
* **Cleanup phase:**
|
|
15618
|
+
* Starting July 1st 2026
|
|
15619
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
15620
|
+
*
|
|
15621
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
15622
|
+
*/
|
|
15623
|
+
use_2026_api_changes?: boolean;
|
|
15624
|
+
};
|
|
14875
15625
|
url: '/api/external/v2/suppliers/{id}';
|
|
14876
15626
|
};
|
|
14877
15627
|
type PutSupplierErrors = {
|
|
@@ -15800,7 +16550,7 @@ type GetCustomerInvoiceInvoiceLinesResponses = {
|
|
|
15800
16550
|
/**
|
|
15801
16551
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
15802
16552
|
*/
|
|
15803
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
16553
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
15804
16554
|
/**
|
|
15805
16555
|
* Total amount before tax in currency
|
|
15806
16556
|
*/
|
|
@@ -16568,7 +17318,30 @@ type GetCustomerInvoiceData = {
|
|
|
16568
17318
|
*/
|
|
16569
17319
|
id: number;
|
|
16570
17320
|
};
|
|
16571
|
-
query?:
|
|
17321
|
+
query?: {
|
|
17322
|
+
/**
|
|
17323
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
17324
|
+
*
|
|
17325
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
17326
|
+
*
|
|
17327
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
17328
|
+
*
|
|
17329
|
+
* **Preview phase:**
|
|
17330
|
+
* From January 14th to April 7th 2026.
|
|
17331
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
17332
|
+
*
|
|
17333
|
+
* **Sunset phase:**
|
|
17334
|
+
* From April 8th to June 30th 2026.
|
|
17335
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
17336
|
+
*
|
|
17337
|
+
* **Cleanup phase:**
|
|
17338
|
+
* Starting July 1st 2026
|
|
17339
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
17340
|
+
*
|
|
17341
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
17342
|
+
*/
|
|
17343
|
+
use_2026_api_changes?: boolean;
|
|
17344
|
+
};
|
|
16572
17345
|
url: '/api/external/v2/customer_invoices/{id}';
|
|
16573
17346
|
};
|
|
16574
17347
|
type GetCustomerInvoiceErrors = {
|
|
@@ -16903,7 +17676,7 @@ type UpdateCustomerInvoiceData = {
|
|
|
16903
17676
|
/**
|
|
16904
17677
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
16905
17678
|
*/
|
|
16906
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17679
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
16907
17680
|
/**
|
|
16908
17681
|
* Line item quantity (number of items)
|
|
16909
17682
|
*/
|
|
@@ -16949,7 +17722,7 @@ type UpdateCustomerInvoiceData = {
|
|
|
16949
17722
|
/**
|
|
16950
17723
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
16951
17724
|
*/
|
|
16952
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17725
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
16953
17726
|
/**
|
|
16954
17727
|
* Line item quantity (number of items)
|
|
16955
17728
|
*/
|
|
@@ -17004,7 +17777,7 @@ type UpdateCustomerInvoiceData = {
|
|
|
17004
17777
|
/**
|
|
17005
17778
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
17006
17779
|
*/
|
|
17007
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17780
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17008
17781
|
/**
|
|
17009
17782
|
* The description of the invoice line
|
|
17010
17783
|
*/
|
|
@@ -17098,7 +17871,30 @@ type UpdateCustomerInvoiceData = {
|
|
|
17098
17871
|
*/
|
|
17099
17872
|
id: number;
|
|
17100
17873
|
};
|
|
17101
|
-
query?:
|
|
17874
|
+
query?: {
|
|
17875
|
+
/**
|
|
17876
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
17877
|
+
*
|
|
17878
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
17879
|
+
*
|
|
17880
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
17881
|
+
*
|
|
17882
|
+
* **Preview phase:**
|
|
17883
|
+
* From January 14th to April 7th 2026.
|
|
17884
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
17885
|
+
*
|
|
17886
|
+
* **Sunset phase:**
|
|
17887
|
+
* From April 8th to June 30th 2026.
|
|
17888
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
17889
|
+
*
|
|
17890
|
+
* **Cleanup phase:**
|
|
17891
|
+
* Starting July 1st 2026
|
|
17892
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
17893
|
+
*
|
|
17894
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
17895
|
+
*/
|
|
17896
|
+
use_2026_api_changes?: boolean;
|
|
17897
|
+
};
|
|
17102
17898
|
url: '/api/external/v2/customer_invoices/{id}';
|
|
17103
17899
|
};
|
|
17104
17900
|
type UpdateCustomerInvoiceErrors = {
|
|
@@ -17819,7 +18615,7 @@ type UpdateImportedCustomerInvoiceData = {
|
|
|
17819
18615
|
/**
|
|
17820
18616
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
17821
18617
|
*/
|
|
17822
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
18618
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17823
18619
|
/**
|
|
17824
18620
|
* The description of the invoice line
|
|
17825
18621
|
*
|
|
@@ -17901,7 +18697,7 @@ type UpdateImportedCustomerInvoiceData = {
|
|
|
17901
18697
|
/**
|
|
17902
18698
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
17903
18699
|
*/
|
|
17904
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
18700
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
17905
18701
|
/**
|
|
17906
18702
|
* The description of the invoice line
|
|
17907
18703
|
*
|
|
@@ -17958,7 +18754,30 @@ type UpdateImportedCustomerInvoiceData = {
|
|
|
17958
18754
|
*/
|
|
17959
18755
|
id: number;
|
|
17960
18756
|
};
|
|
17961
|
-
query?:
|
|
18757
|
+
query?: {
|
|
18758
|
+
/**
|
|
18759
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
18760
|
+
*
|
|
18761
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
18762
|
+
*
|
|
18763
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
18764
|
+
*
|
|
18765
|
+
* **Preview phase:**
|
|
18766
|
+
* From January 14th to April 7th 2026.
|
|
18767
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
18768
|
+
*
|
|
18769
|
+
* **Sunset phase:**
|
|
18770
|
+
* From April 8th to June 30th 2026.
|
|
18771
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
18772
|
+
*
|
|
18773
|
+
* **Cleanup phase:**
|
|
18774
|
+
* Starting July 1st 2026
|
|
18775
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
18776
|
+
*
|
|
18777
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
18778
|
+
*/
|
|
18779
|
+
use_2026_api_changes?: boolean;
|
|
18780
|
+
};
|
|
17962
18781
|
url: '/api/external/v2/customer_invoices/{id}/update_imported';
|
|
17963
18782
|
};
|
|
17964
18783
|
type UpdateImportedCustomerInvoiceErrors = {
|
|
@@ -18228,7 +19047,30 @@ type FinalizeCustomerInvoiceData = {
|
|
|
18228
19047
|
*/
|
|
18229
19048
|
id: number;
|
|
18230
19049
|
};
|
|
18231
|
-
query?:
|
|
19050
|
+
query?: {
|
|
19051
|
+
/**
|
|
19052
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
19053
|
+
*
|
|
19054
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
19055
|
+
*
|
|
19056
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
19057
|
+
*
|
|
19058
|
+
* **Preview phase:**
|
|
19059
|
+
* From January 14th to April 7th 2026.
|
|
19060
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
19061
|
+
*
|
|
19062
|
+
* **Sunset phase:**
|
|
19063
|
+
* From April 8th to June 30th 2026.
|
|
19064
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
19065
|
+
*
|
|
19066
|
+
* **Cleanup phase:**
|
|
19067
|
+
* Starting July 1st 2026
|
|
19068
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
19069
|
+
*
|
|
19070
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
19071
|
+
*/
|
|
19072
|
+
use_2026_api_changes?: boolean;
|
|
19073
|
+
};
|
|
18232
19074
|
url: '/api/external/v2/customer_invoices/{id}/finalize';
|
|
18233
19075
|
};
|
|
18234
19076
|
type FinalizeCustomerInvoiceErrors = {
|
|
@@ -18503,7 +19345,30 @@ type LinkCreditNoteData = {
|
|
|
18503
19345
|
*/
|
|
18504
19346
|
id: number;
|
|
18505
19347
|
};
|
|
18506
|
-
query?:
|
|
19348
|
+
query?: {
|
|
19349
|
+
/**
|
|
19350
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
19351
|
+
*
|
|
19352
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
19353
|
+
*
|
|
19354
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
19355
|
+
*
|
|
19356
|
+
* **Preview phase:**
|
|
19357
|
+
* From January 14th to April 7th 2026.
|
|
19358
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
19359
|
+
*
|
|
19360
|
+
* **Sunset phase:**
|
|
19361
|
+
* From April 8th to June 30th 2026.
|
|
19362
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
19363
|
+
*
|
|
19364
|
+
* **Cleanup phase:**
|
|
19365
|
+
* Starting July 1st 2026
|
|
19366
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
19367
|
+
*
|
|
19368
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
19369
|
+
*/
|
|
19370
|
+
use_2026_api_changes?: boolean;
|
|
19371
|
+
};
|
|
18507
19372
|
url: '/api/external/v2/customer_invoices/{id}/link_credit_note';
|
|
18508
19373
|
};
|
|
18509
19374
|
type LinkCreditNoteErrors = {
|
|
@@ -18889,7 +19754,7 @@ type GetSupplierInvoiceLinesResponses = {
|
|
|
18889
19754
|
/**
|
|
18890
19755
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
18891
19756
|
*/
|
|
18892
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
19757
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
18893
19758
|
/**
|
|
18894
19759
|
* Total amount before tax in currency
|
|
18895
19760
|
*/
|
|
@@ -18922,6 +19787,28 @@ type GetSupplierInvoicesData = {
|
|
|
18922
19787
|
body?: never;
|
|
18923
19788
|
path?: never;
|
|
18924
19789
|
query?: {
|
|
19790
|
+
/**
|
|
19791
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
19792
|
+
*
|
|
19793
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
19794
|
+
*
|
|
19795
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
19796
|
+
*
|
|
19797
|
+
* **Preview phase:**
|
|
19798
|
+
* From January 14th to April 7th 2026.
|
|
19799
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
19800
|
+
*
|
|
19801
|
+
* **Sunset phase:**
|
|
19802
|
+
* From April 8th to June 30th 2026.
|
|
19803
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
19804
|
+
*
|
|
19805
|
+
* **Cleanup phase:**
|
|
19806
|
+
* Starting July 1st 2026
|
|
19807
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
19808
|
+
*
|
|
19809
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
19810
|
+
*/
|
|
19811
|
+
use_2026_api_changes?: boolean;
|
|
18925
19812
|
/**
|
|
18926
19813
|
* Cursor for pagination. Use this to fetch the next set of results.
|
|
18927
19814
|
* The cursor is an opaque string returned in the previous response's metadata.
|
|
@@ -19180,7 +20067,30 @@ type GetSupplierInvoiceData = {
|
|
|
19180
20067
|
*/
|
|
19181
20068
|
id: number;
|
|
19182
20069
|
};
|
|
19183
|
-
query?:
|
|
20070
|
+
query?: {
|
|
20071
|
+
/**
|
|
20072
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
20073
|
+
*
|
|
20074
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
20075
|
+
*
|
|
20076
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
20077
|
+
*
|
|
20078
|
+
* **Preview phase:**
|
|
20079
|
+
* From January 14th to April 7th 2026.
|
|
20080
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
20081
|
+
*
|
|
20082
|
+
* **Sunset phase:**
|
|
20083
|
+
* From April 8th to June 30th 2026.
|
|
20084
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
20085
|
+
*
|
|
20086
|
+
* **Cleanup phase:**
|
|
20087
|
+
* Starting July 1st 2026
|
|
20088
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
20089
|
+
*
|
|
20090
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
20091
|
+
*/
|
|
20092
|
+
use_2026_api_changes?: boolean;
|
|
20093
|
+
};
|
|
19184
20094
|
url: '/api/external/v2/supplier_invoices/{id}';
|
|
19185
20095
|
};
|
|
19186
20096
|
type GetSupplierInvoiceErrors = {
|
|
@@ -19472,7 +20382,7 @@ type PutSupplierInvoiceData = {
|
|
|
19472
20382
|
/**
|
|
19473
20383
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
19474
20384
|
*/
|
|
19475
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
20385
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
19476
20386
|
imputation_dates?: {
|
|
19477
20387
|
/**
|
|
19478
20388
|
* Start date of the imputation period (ISO 8601)
|
|
@@ -19528,7 +20438,7 @@ type PutSupplierInvoiceData = {
|
|
|
19528
20438
|
/**
|
|
19529
20439
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
19530
20440
|
*/
|
|
19531
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
20441
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
19532
20442
|
imputation_dates?: {
|
|
19533
20443
|
/**
|
|
19534
20444
|
* Start date of the imputation period (ISO 8601)
|
|
@@ -20660,7 +21570,7 @@ type ImportSupplierInvoiceData = {
|
|
|
20660
21570
|
/**
|
|
20661
21571
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
20662
21572
|
*/
|
|
20663
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
21573
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
20664
21574
|
imputation_dates?: {
|
|
20665
21575
|
/**
|
|
20666
21576
|
* Start date of the imputation period (ISO 8601)
|
|
@@ -20686,7 +21596,30 @@ type ImportSupplierInvoiceData = {
|
|
|
20686
21596
|
external_reference?: string;
|
|
20687
21597
|
};
|
|
20688
21598
|
path?: never;
|
|
20689
|
-
query?:
|
|
21599
|
+
query?: {
|
|
21600
|
+
/**
|
|
21601
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
21602
|
+
*
|
|
21603
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
21604
|
+
*
|
|
21605
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
21606
|
+
*
|
|
21607
|
+
* **Preview phase:**
|
|
21608
|
+
* From January 14th to April 7th 2026.
|
|
21609
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
21610
|
+
*
|
|
21611
|
+
* **Sunset phase:**
|
|
21612
|
+
* From April 8th to June 30th 2026.
|
|
21613
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
21614
|
+
*
|
|
21615
|
+
* **Cleanup phase:**
|
|
21616
|
+
* Starting July 1st 2026
|
|
21617
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
21618
|
+
*
|
|
21619
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
21620
|
+
*/
|
|
21621
|
+
use_2026_api_changes?: boolean;
|
|
21622
|
+
};
|
|
20690
21623
|
url: '/api/external/v2/supplier_invoices/import';
|
|
20691
21624
|
};
|
|
20692
21625
|
type ImportSupplierInvoiceErrors = {
|
|
@@ -20905,7 +21838,30 @@ type ValidateAccountingSupplierInvoiceData = {
|
|
|
20905
21838
|
path: {
|
|
20906
21839
|
id: number;
|
|
20907
21840
|
};
|
|
20908
|
-
query?:
|
|
21841
|
+
query?: {
|
|
21842
|
+
/**
|
|
21843
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
21844
|
+
*
|
|
21845
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
21846
|
+
*
|
|
21847
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
21848
|
+
*
|
|
21849
|
+
* **Preview phase:**
|
|
21850
|
+
* From January 14th to April 7th 2026.
|
|
21851
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
21852
|
+
*
|
|
21853
|
+
* **Sunset phase:**
|
|
21854
|
+
* From April 8th to June 30th 2026.
|
|
21855
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
21856
|
+
*
|
|
21857
|
+
* **Cleanup phase:**
|
|
21858
|
+
* Starting July 1st 2026
|
|
21859
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
21860
|
+
*
|
|
21861
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
21862
|
+
*/
|
|
21863
|
+
use_2026_api_changes?: boolean;
|
|
21864
|
+
};
|
|
20909
21865
|
url: '/api/external/v2/supplier_invoices/{id}/validate_accounting';
|
|
20910
21866
|
};
|
|
20911
21867
|
type ValidateAccountingSupplierInvoiceErrors = {
|
|
@@ -21971,6 +22927,28 @@ type GetTrialBalanceData = {
|
|
|
21971
22927
|
body?: never;
|
|
21972
22928
|
path?: never;
|
|
21973
22929
|
query: {
|
|
22930
|
+
/**
|
|
22931
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
22932
|
+
*
|
|
22933
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
22934
|
+
*
|
|
22935
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
22936
|
+
*
|
|
22937
|
+
* **Preview phase:**
|
|
22938
|
+
* From January 14th to April 7th 2026.
|
|
22939
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
22940
|
+
*
|
|
22941
|
+
* **Sunset phase:**
|
|
22942
|
+
* From April 8th to June 30th 2026.
|
|
22943
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
22944
|
+
*
|
|
22945
|
+
* **Cleanup phase:**
|
|
22946
|
+
* Starting July 1st 2026
|
|
22947
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
22948
|
+
*
|
|
22949
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
22950
|
+
*/
|
|
22951
|
+
use_2026_api_changes?: boolean;
|
|
21974
22952
|
/**
|
|
21975
22953
|
* The start of the period you want the trial balance for.
|
|
21976
22954
|
*/
|
|
@@ -22147,6 +23125,28 @@ type CompanyFiscalYearsData = {
|
|
|
22147
23125
|
body?: never;
|
|
22148
23126
|
path?: never;
|
|
22149
23127
|
query?: {
|
|
23128
|
+
/**
|
|
23129
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
23130
|
+
*
|
|
23131
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
23132
|
+
*
|
|
23133
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
23134
|
+
*
|
|
23135
|
+
* **Preview phase:**
|
|
23136
|
+
* From January 14th to April 7th 2026.
|
|
23137
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
23138
|
+
*
|
|
23139
|
+
* **Sunset phase:**
|
|
23140
|
+
* From April 8th to June 30th 2026.
|
|
23141
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
23142
|
+
*
|
|
23143
|
+
* **Cleanup phase:**
|
|
23144
|
+
* Starting July 1st 2026
|
|
23145
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
23146
|
+
*
|
|
23147
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
23148
|
+
*/
|
|
23149
|
+
use_2026_api_changes?: boolean;
|
|
22150
23150
|
/**
|
|
22151
23151
|
* This pagination system is **DEPRECATED**. For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
22152
23152
|
* Items are paginated, this is the current page which will be returned. The page index is starting at 1.
|
|
@@ -22954,6 +23954,28 @@ type GetLedgerEntryLineChangesData = {
|
|
|
22954
23954
|
body?: never;
|
|
22955
23955
|
path?: never;
|
|
22956
23956
|
query?: {
|
|
23957
|
+
/**
|
|
23958
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
23959
|
+
*
|
|
23960
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
23961
|
+
*
|
|
23962
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
23963
|
+
*
|
|
23964
|
+
* **Preview phase:**
|
|
23965
|
+
* From January 14th to April 7th 2026.
|
|
23966
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
23967
|
+
*
|
|
23968
|
+
* **Sunset phase:**
|
|
23969
|
+
* From April 8th to June 30th 2026.
|
|
23970
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
23971
|
+
*
|
|
23972
|
+
* **Cleanup phase:**
|
|
23973
|
+
* Starting July 1st 2026
|
|
23974
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
23975
|
+
*
|
|
23976
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
23977
|
+
*/
|
|
23978
|
+
use_2026_api_changes?: boolean;
|
|
22957
23979
|
/**
|
|
22958
23980
|
* Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.
|
|
22959
23981
|
*/
|
|
@@ -24915,7 +25937,7 @@ type PostQuotesData = {
|
|
|
24915
25937
|
/**
|
|
24916
25938
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
24917
25939
|
*/
|
|
24918
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
25940
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
24919
25941
|
/**
|
|
24920
25942
|
* The description of the invoice line
|
|
24921
25943
|
*/
|
|
@@ -25406,7 +26428,7 @@ type UpdateQuoteData = {
|
|
|
25406
26428
|
/**
|
|
25407
26429
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
25408
26430
|
*/
|
|
25409
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
26431
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
25410
26432
|
/**
|
|
25411
26433
|
* The description of the invoice line
|
|
25412
26434
|
*/
|
|
@@ -25448,7 +26470,7 @@ type UpdateQuoteData = {
|
|
|
25448
26470
|
/**
|
|
25449
26471
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
25450
26472
|
*/
|
|
25451
|
-
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
26473
|
+
vat_rate?: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
25452
26474
|
/**
|
|
25453
26475
|
* The description of the invoice line
|
|
25454
26476
|
*/
|
|
@@ -26022,7 +27044,7 @@ type GetQuoteInvoiceLinesResponses = {
|
|
|
26022
27044
|
/**
|
|
26023
27045
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
26024
27046
|
*/
|
|
26025
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
27047
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
26026
27048
|
/**
|
|
26027
27049
|
* Total amount before tax in currency
|
|
26028
27050
|
*/
|
|
@@ -27235,7 +28257,7 @@ type GetCommercialDocumentInvoiceLinesResponses = {
|
|
|
27235
28257
|
/**
|
|
27236
28258
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
27237
28259
|
*/
|
|
27238
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
28260
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
27239
28261
|
/**
|
|
27240
28262
|
* Total amount before tax in currency
|
|
27241
28263
|
*/
|
|
@@ -27590,7 +28612,30 @@ type PostSepaMandatesData = {
|
|
|
27590
28612
|
customer_id: number;
|
|
27591
28613
|
};
|
|
27592
28614
|
path?: never;
|
|
27593
|
-
query?:
|
|
28615
|
+
query?: {
|
|
28616
|
+
/**
|
|
28617
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
28618
|
+
*
|
|
28619
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
28620
|
+
*
|
|
28621
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
28622
|
+
*
|
|
28623
|
+
* **Preview phase:**
|
|
28624
|
+
* From January 14th to April 7th 2026.
|
|
28625
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
28626
|
+
*
|
|
28627
|
+
* **Sunset phase:**
|
|
28628
|
+
* From April 8th to June 30th 2026.
|
|
28629
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
28630
|
+
*
|
|
28631
|
+
* **Cleanup phase:**
|
|
28632
|
+
* Starting July 1st 2026
|
|
28633
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
28634
|
+
*
|
|
28635
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
28636
|
+
*/
|
|
28637
|
+
use_2026_api_changes?: boolean;
|
|
28638
|
+
};
|
|
27594
28639
|
url: '/api/external/v2/sepa_mandates';
|
|
27595
28640
|
};
|
|
27596
28641
|
type PostSepaMandatesErrors = {
|
|
@@ -27930,7 +28975,30 @@ type PutSepaMandateData = {
|
|
|
27930
28975
|
*/
|
|
27931
28976
|
id: number;
|
|
27932
28977
|
};
|
|
27933
|
-
query?:
|
|
28978
|
+
query?: {
|
|
28979
|
+
/**
|
|
28980
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
28981
|
+
*
|
|
28982
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
28983
|
+
*
|
|
28984
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
28985
|
+
*
|
|
28986
|
+
* **Preview phase:**
|
|
28987
|
+
* From January 14th to April 7th 2026.
|
|
28988
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
28989
|
+
*
|
|
28990
|
+
* **Sunset phase:**
|
|
28991
|
+
* From April 8th to June 30th 2026.
|
|
28992
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
28993
|
+
*
|
|
28994
|
+
* **Cleanup phase:**
|
|
28995
|
+
* Starting July 1st 2026
|
|
28996
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
28997
|
+
*
|
|
28998
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
28999
|
+
*/
|
|
29000
|
+
use_2026_api_changes?: boolean;
|
|
29001
|
+
};
|
|
27934
29002
|
url: '/api/external/v2/sepa_mandates/{id}';
|
|
27935
29003
|
};
|
|
27936
29004
|
type PutSepaMandateErrors = {
|
|
@@ -28303,7 +29371,30 @@ type PostGocardlessMandateMailRequestsData = {
|
|
|
28303
29371
|
};
|
|
28304
29372
|
};
|
|
28305
29373
|
path?: never;
|
|
28306
|
-
query?:
|
|
29374
|
+
query?: {
|
|
29375
|
+
/**
|
|
29376
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
29377
|
+
*
|
|
29378
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
29379
|
+
*
|
|
29380
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
29381
|
+
*
|
|
29382
|
+
* **Preview phase:**
|
|
29383
|
+
* From January 14th to April 7th 2026.
|
|
29384
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
29385
|
+
*
|
|
29386
|
+
* **Sunset phase:**
|
|
29387
|
+
* From April 8th to June 30th 2026.
|
|
29388
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
29389
|
+
*
|
|
29390
|
+
* **Cleanup phase:**
|
|
29391
|
+
* Starting July 1st 2026
|
|
29392
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
29393
|
+
*
|
|
29394
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
29395
|
+
*/
|
|
29396
|
+
use_2026_api_changes?: boolean;
|
|
29397
|
+
};
|
|
28307
29398
|
url: '/api/external/v2/gocardless_mandates/mail_requests';
|
|
28308
29399
|
};
|
|
28309
29400
|
type PostGocardlessMandateMailRequestsErrors = {
|
|
@@ -28456,7 +29547,30 @@ type PostGocardlessMandateAssociationsData = {
|
|
|
28456
29547
|
*/
|
|
28457
29548
|
gocardless_mandate_id: number;
|
|
28458
29549
|
};
|
|
28459
|
-
query?:
|
|
29550
|
+
query?: {
|
|
29551
|
+
/**
|
|
29552
|
+
* If you are already using the `X-Use-2026-API-Changes` header, you can ignore this parameter.
|
|
29553
|
+
*
|
|
29554
|
+
* The Pennylane API is introducing important changes, which will be rolled out in three phases: preview, sunset and cleanup.
|
|
29555
|
+
*
|
|
29556
|
+
* **For new user**, please use this parameter with `true` value to opt in directly to the new version of the API.
|
|
29557
|
+
*
|
|
29558
|
+
* **Preview phase:**
|
|
29559
|
+
* From January 14th to April 7th 2026.
|
|
29560
|
+
* Opt in by setting this attribute to `true` to test and migrate to the new behavior.
|
|
29561
|
+
*
|
|
29562
|
+
* **Sunset phase:**
|
|
29563
|
+
* From April 8th to June 30th 2026.
|
|
29564
|
+
* The new behavior becomes the default. Set this attribute to `false` if you need additional time to migrate.
|
|
29565
|
+
*
|
|
29566
|
+
* **Cleanup phase:**
|
|
29567
|
+
* Starting July 1st 2026
|
|
29568
|
+
* The old behavior will no longer be available. You must have migrated by this point.
|
|
29569
|
+
*
|
|
29570
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
29571
|
+
*/
|
|
29572
|
+
use_2026_api_changes?: boolean;
|
|
29573
|
+
};
|
|
28460
29574
|
url: '/api/external/v2/gocardless_mandates/{gocardless_mandate_id}/associations';
|
|
28461
29575
|
};
|
|
28462
29576
|
type PostGocardlessMandateAssociationsErrors = {
|
|
@@ -28817,7 +29931,7 @@ type CreatePurchaseRequestImportData = {
|
|
|
28817
29931
|
/**
|
|
28818
29932
|
* Product VAT rate. A 20% VAT in France is FR_200.
|
|
28819
29933
|
*/
|
|
28820
|
-
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_240' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
29934
|
+
vat_rate: 'FR_1_05' | 'FR_1_75' | 'FR_09' | 'FR_21' | 'FR_40' | 'FR_50' | 'FR_55' | 'FR_60' | 'FR_65' | 'FR_85' | 'FR_92' | 'FR_100' | 'FR_130' | 'FR_15_385' | 'FR_160' | 'FR_196' | 'FR_200' | 'AD_10' | 'AD_45' | 'AD_95' | 'AT_100' | 'AT_130' | 'AT_190' | 'AT_200' | 'BE_60' | 'BE_120' | 'BE_210' | 'BG_90' | 'BG_200' | 'CH_25' | 'CH_26' | 'CH_37' | 'CH_38' | 'CH_77' | 'CH_81' | 'CY_30' | 'CY_50' | 'CY_80' | 'CY_90' | 'CY_190' | 'CZ_100' | 'CZ_120' | 'CZ_150' | 'CZ_210' | 'DE_70' | 'DE_190' | 'DK_250' | 'EE_90' | 'EE_200' | 'EE_220' | 'EE_240' | 'ES_40' | 'ES_70' | 'ES_100' | 'ES_210' | 'FI_100' | 'FI_135' | 'FI_140' | 'FI_240' | 'FI_255' | 'GB_50' | 'GB_200' | 'GR_60' | 'GR_130' | 'GR_170' | 'GR_240' | 'GR_40' | 'HR_50' | 'HR_130' | 'HR_250' | 'HU_50' | 'HU_180' | 'HU_270' | 'IE_48' | 'IE_90' | 'IE_135' | 'IE_210' | 'IE_230' | 'IT_40' | 'IT_50' | 'IT_100' | 'IT_220' | 'LT_50' | 'LT_90' | 'LT_120' | 'LT_210' | 'LU_30' | 'LU_70' | 'LU_80' | 'LU_120' | 'LU_130' | 'LU_140' | 'LU_160' | 'LU_170' | 'LV_50' | 'LV_120' | 'LV_210' | 'MC_09' | 'MC_21' | 'MC_55' | 'MC_85' | 'MC_100' | 'MC_200' | 'MT_50' | 'MT_70' | 'MT_120' | 'MT_180' | 'MU_150' | 'NL_90' | 'NL_210' | 'PL_50' | 'PL_80' | 'PL_230' | 'PT_60' | 'PT_130' | 'PT_160' | 'PT_180' | 'PT_220' | 'PT_230' | 'RO_50' | 'RO_90' | 'RO_110' | 'RO_190' | 'RO_210' | 'SE_60' | 'SE_120' | 'SE_250' | 'SI_50' | 'SI_95' | 'SI_220' | 'SK_100' | 'SK_190' | 'SK_200' | 'SK_230' | 'SK_50' | 'NO_120' | 'NO_150' | 'NO_250' | 'exempt' | 'extracom' | 'intracom_21' | 'intracom_55' | 'intracom_85' | 'intracom_100' | 'crossborder' | 'FR_85_construction' | 'FR_100_construction' | 'FR_200_construction' | 'mixed';
|
|
28821
29935
|
/**
|
|
28822
29936
|
* The description of the purchase request line
|
|
28823
29937
|
*/
|
|
@@ -29486,7 +30600,7 @@ declare const LedgerAccounts__ResponseSchema: {
|
|
|
29486
30600
|
declare const VatRateWithAnyAndMixedSchema: {
|
|
29487
30601
|
readonly type: "string";
|
|
29488
30602
|
readonly example: "FR_200";
|
|
29489
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_37", "CH_77", "CH_26", "CH_38", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "extracom", "FR_85_construction", "FR_100_construction", "FR_200_construction", "any", "mixed"];
|
|
30603
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_37", "CH_77", "CH_26", "CH_38", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "extracom", "FR_85_construction", "FR_100_construction", "FR_200_construction", "any", "mixed"];
|
|
29490
30604
|
};
|
|
29491
30605
|
declare const AuthorizedCountryAlpha2WithAnySchema: {
|
|
29492
30606
|
readonly type: "string";
|
|
@@ -30628,7 +31742,7 @@ declare const VatRateSchema: {
|
|
|
30628
31742
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
30629
31743
|
readonly type: "string";
|
|
30630
31744
|
readonly example: "FR_200";
|
|
30631
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31745
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
30632
31746
|
};
|
|
30633
31747
|
declare const CustomerInvoices__InvoiceLineSchema: {
|
|
30634
31748
|
readonly title: "Customer Invoice Line";
|
|
@@ -30693,7 +31807,7 @@ declare const CustomerInvoices__InvoiceLineSchema: {
|
|
|
30693
31807
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
30694
31808
|
readonly type: "string";
|
|
30695
31809
|
readonly example: "FR_200";
|
|
30696
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31810
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
30697
31811
|
};
|
|
30698
31812
|
readonly currency_amount_before_tax: {
|
|
30699
31813
|
readonly description: "Total amount before tax in currency";
|
|
@@ -30842,7 +31956,7 @@ declare const CustomerInvoices__IncludedInvoiceLinesCollectionSchema: {
|
|
|
30842
31956
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
30843
31957
|
readonly type: "string";
|
|
30844
31958
|
readonly example: "FR_200";
|
|
30845
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31959
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
30846
31960
|
};
|
|
30847
31961
|
readonly currency_amount_before_tax: {
|
|
30848
31962
|
readonly description: "Total amount before tax in currency";
|
|
@@ -31018,7 +32132,7 @@ declare const CustomerInvoices__InclusionsSchema: {
|
|
|
31018
32132
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31019
32133
|
readonly type: "string";
|
|
31020
32134
|
readonly example: "FR_200";
|
|
31021
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32135
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31022
32136
|
};
|
|
31023
32137
|
readonly currency_amount_before_tax: {
|
|
31024
32138
|
readonly description: "Total amount before tax in currency";
|
|
@@ -31154,7 +32268,7 @@ declare const CustomerInvoices__DraftInvoiceLineWithProduct_RequestSchema: {
|
|
|
31154
32268
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31155
32269
|
readonly type: "string";
|
|
31156
32270
|
readonly example: "FR_200";
|
|
31157
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32271
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31158
32272
|
};
|
|
31159
32273
|
readonly quantity: {
|
|
31160
32274
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31222,7 +32336,7 @@ declare const CustomerInvoices__DraftInvoiceLineWithoutProduct_RequestSchema: {
|
|
|
31222
32336
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31223
32337
|
readonly type: "string";
|
|
31224
32338
|
readonly example: "FR_200";
|
|
31225
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32339
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31226
32340
|
};
|
|
31227
32341
|
readonly quantity: {
|
|
31228
32342
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31415,7 +32529,7 @@ declare const CustomerInvoices__PostDraft_RequestSchema: {
|
|
|
31415
32529
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31416
32530
|
readonly type: "string";
|
|
31417
32531
|
readonly example: "FR_200";
|
|
31418
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32532
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31419
32533
|
};
|
|
31420
32534
|
readonly quantity: {
|
|
31421
32535
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31482,7 +32596,7 @@ declare const CustomerInvoices__PostDraft_RequestSchema: {
|
|
|
31482
32596
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31483
32597
|
readonly type: "string";
|
|
31484
32598
|
readonly example: "FR_200";
|
|
31485
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32599
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31486
32600
|
};
|
|
31487
32601
|
readonly quantity: {
|
|
31488
32602
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31562,7 +32676,7 @@ declare const CustomerInvoices__FinalizedInvoiceLineWithProduct_RequestSchema: {
|
|
|
31562
32676
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31563
32677
|
readonly type: "string";
|
|
31564
32678
|
readonly example: "FR_200";
|
|
31565
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32679
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31566
32680
|
};
|
|
31567
32681
|
readonly quantity: {
|
|
31568
32682
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31650,7 +32764,7 @@ declare const CustomerInvoices__FinalizedInvoiceLineWithoutProduct_RequestSchema
|
|
|
31650
32764
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31651
32765
|
readonly type: "string";
|
|
31652
32766
|
readonly example: "FR_200";
|
|
31653
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32767
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31654
32768
|
};
|
|
31655
32769
|
readonly quantity: {
|
|
31656
32770
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31887,7 +33001,7 @@ declare const CustomerInvoices__PostFinalized_RequestSchema: {
|
|
|
31887
33001
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31888
33002
|
readonly type: "string";
|
|
31889
33003
|
readonly example: "FR_200";
|
|
31890
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33004
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31891
33005
|
};
|
|
31892
33006
|
readonly quantity: {
|
|
31893
33007
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -31974,7 +33088,7 @@ declare const CustomerInvoices__PostFinalized_RequestSchema: {
|
|
|
31974
33088
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
31975
33089
|
readonly type: "string";
|
|
31976
33090
|
readonly example: "FR_200";
|
|
31977
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33091
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
31978
33092
|
};
|
|
31979
33093
|
readonly quantity: {
|
|
31980
33094
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -32414,7 +33528,7 @@ declare const Products__ResponseSchema: {
|
|
|
32414
33528
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
32415
33529
|
readonly type: "string";
|
|
32416
33530
|
readonly example: "FR_200";
|
|
32417
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33531
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
32418
33532
|
};
|
|
32419
33533
|
readonly price: {
|
|
32420
33534
|
readonly type: "string";
|
|
@@ -33836,7 +34950,7 @@ declare const CustomerInvoices__PutDraft_RequestSchema: {
|
|
|
33836
34950
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
33837
34951
|
readonly type: "string";
|
|
33838
34952
|
readonly example: "FR_200";
|
|
33839
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
34953
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33840
34954
|
};
|
|
33841
34955
|
readonly quantity: {
|
|
33842
34956
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -33903,7 +35017,7 @@ declare const CustomerInvoices__PutDraft_RequestSchema: {
|
|
|
33903
35017
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
33904
35018
|
readonly type: "string";
|
|
33905
35019
|
readonly example: "FR_200";
|
|
33906
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
35020
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33907
35021
|
};
|
|
33908
35022
|
readonly quantity: {
|
|
33909
35023
|
readonly description: "Line item quantity (number of items)";
|
|
@@ -33984,7 +35098,7 @@ declare const CustomerInvoices__PutDraft_RequestSchema: {
|
|
|
33984
35098
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
33985
35099
|
readonly type: "string";
|
|
33986
35100
|
readonly example: "FR_200";
|
|
33987
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
35101
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
33988
35102
|
};
|
|
33989
35103
|
readonly description: {
|
|
33990
35104
|
readonly description: "The description of the invoice line";
|
|
@@ -35653,7 +36767,7 @@ declare const Quotes__Post_RequestSchema: {
|
|
|
35653
36767
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
35654
36768
|
readonly type: "string";
|
|
35655
36769
|
readonly example: "FR_200";
|
|
35656
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
36770
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
35657
36771
|
};
|
|
35658
36772
|
readonly description: {
|
|
35659
36773
|
readonly description: "The description of the invoice line";
|
|
@@ -35811,7 +36925,7 @@ declare const Quotes__Put_RequestSchema: {
|
|
|
35811
36925
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
35812
36926
|
readonly type: "string";
|
|
35813
36927
|
readonly example: "FR_200";
|
|
35814
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
36928
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
35815
36929
|
};
|
|
35816
36930
|
readonly description: {
|
|
35817
36931
|
readonly description: "The description of the invoice line";
|
|
@@ -35875,7 +36989,7 @@ declare const Quotes__Put_RequestSchema: {
|
|
|
35875
36989
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
35876
36990
|
readonly type: "string";
|
|
35877
36991
|
readonly example: "FR_200";
|
|
35878
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
36992
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
35879
36993
|
};
|
|
35880
36994
|
readonly description: {
|
|
35881
36995
|
readonly description: "The description of the invoice line";
|
|
@@ -36032,7 +37146,7 @@ declare const Quotes__InvoiceLines__ResponseSchema: {
|
|
|
36032
37146
|
readonly description: "Product VAT rate. A 20% VAT in France is FR_200.";
|
|
36033
37147
|
readonly type: "string";
|
|
36034
37148
|
readonly example: "FR_200";
|
|
36035
|
-
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_100", "ES_210", "FI_100", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_240", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
37149
|
+
readonly enum: readonly ["FR_1_05", "FR_1_75", "FR_09", "FR_21", "FR_40", "FR_50", "FR_55", "FR_60", "FR_65", "FR_85", "FR_92", "FR_100", "FR_130", "FR_15_385", "FR_160", "FR_196", "FR_200", "AD_10", "AD_45", "AD_95", "AT_100", "AT_130", "AT_190", "AT_200", "BE_60", "BE_120", "BE_210", "BG_90", "BG_200", "CH_25", "CH_26", "CH_37", "CH_38", "CH_77", "CH_81", "CY_30", "CY_50", "CY_80", "CY_90", "CY_190", "CZ_100", "CZ_120", "CZ_150", "CZ_210", "DE_70", "DE_190", "DK_250", "EE_90", "EE_200", "EE_220", "EE_240", "ES_40", "ES_70", "ES_100", "ES_210", "FI_100", "FI_135", "FI_140", "FI_240", "FI_255", "GB_50", "GB_200", "GR_60", "GR_130", "GR_170", "GR_240", "GR_40", "HR_50", "HR_130", "HR_250", "HU_50", "HU_180", "HU_270", "IE_48", "IE_90", "IE_135", "IE_210", "IE_230", "IT_40", "IT_50", "IT_100", "IT_220", "LT_50", "LT_90", "LT_120", "LT_210", "LU_30", "LU_70", "LU_80", "LU_120", "LU_130", "LU_140", "LU_160", "LU_170", "LV_50", "LV_120", "LV_210", "MC_09", "MC_21", "MC_55", "MC_85", "MC_100", "MC_200", "MT_50", "MT_70", "MT_120", "MT_180", "MU_150", "NL_90", "NL_210", "PL_50", "PL_80", "PL_230", "PT_60", "PT_130", "PT_160", "PT_180", "PT_220", "PT_230", "RO_50", "RO_90", "RO_110", "RO_190", "RO_210", "SE_60", "SE_120", "SE_250", "SI_50", "SI_95", "SI_220", "SK_100", "SK_190", "SK_200", "SK_230", "SK_50", "NO_120", "NO_150", "NO_250", "exempt", "extracom", "intracom_21", "intracom_55", "intracom_85", "intracom_100", "crossborder", "FR_85_construction", "FR_100_construction", "FR_200_construction", "mixed"];
|
|
36036
37150
|
};
|
|
36037
37151
|
readonly currency_amount_before_tax: {
|
|
36038
37152
|
readonly description: "Total amount before tax in currency";
|
|
@@ -37908,7 +39022,12 @@ declare const updateCategory: <ThrowOnError extends boolean = false>(options: Op
|
|
|
37908
39022
|
/**
|
|
37909
39023
|
* Get the trial balance
|
|
37910
39024
|
*
|
|
37911
|
-
* This endpoint returns the trial balance of the current company
|
|
39025
|
+
* This endpoint returns the trial balance of the current company
|
|
39026
|
+
* for the given period.
|
|
39027
|
+
*
|
|
39028
|
+
* **DEPRECATED BEHAVIOR:**
|
|
39029
|
+
* `page` and `per_page` params are **deprecated**. Please use `cursor` and `limit` for pagination instead.
|
|
39030
|
+
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
37912
39031
|
*
|
|
37913
39032
|
* > ℹ️
|
|
37914
39033
|
* > This endpoint requires one of the following scopes: `trial_balance:readonly`
|