We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d629d commit c3fae11Copy full SHA for c3fae11
Models/PdfExtra.cs
@@ -3,6 +3,12 @@ namespace Facturapi
3
public class PdfExtra
4
{
5
public bool Codes { get; set; }
6
+ public bool AddressCodes { get; set; }
7
public bool ProductKey { get; set; }
8
+ public bool RoundUnitPrice { get; set; }
9
+ public bool TaxBreakdown { get; set; }
10
+ public bool IepsBreakdown { get; set; }
11
+ public bool RenderCartaPorte { get; set; }
12
+ public bool RepeatSignature { get; set; }
13
}
14
0 commit comments