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 88e1118 commit 284e6d4Copy full SHA for 284e6d4
ZUGFeRD-Test/InvoiceProvider.cs
@@ -88,7 +88,7 @@ internal InvoiceDescriptor CreateInvoice()
88
desc.ActualDeliveryDate = new DateTime(2018, 03, 05);
89
desc.SetPaymentMeans(PaymentMeansTypeCodes.SEPACreditTransfer, "Zahlung per SEPA Überweisung.");
90
desc.AddCreditorFinancialAccount(iban: "DE02120300000000202051", bic: "BYLADEM1001", name: "Kunden AG");
91
- desc.AddDebitorFinancialAccount(iban: "DB02120300000000202051", bic: "DBBYLADEM1001", bankName: "KundenDB AG");
+ //desc.AddDebitorFinancialAccount(iban: "DB02120300000000202051", bic: "DBBYLADEM1001", bankName: "KundenDB AG");
92
desc.AddApplicableTradeTax(basisAmount: 275.0m,
93
percent: 7m,
94
typeCode: TaxTypes.VAT,
0 commit comments