Skip to content

Commit c3fae11

Browse files
committed
add missing properties to PdfExtra
1 parent 66d629d commit c3fae11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Models/PdfExtra.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ namespace Facturapi
33
public class PdfExtra
44
{
55
public bool Codes { get; set; }
6+
public bool AddressCodes { get; set; }
67
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; }
713
}
814
}

0 commit comments

Comments
 (0)