Skip to content

Commit 56107ca

Browse files
committed
update readme
1 parent 4833386 commit 56107ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@ InvoiceDto invoiceDto = new()
3131
Note = "Test Note",
3232
DocumentCurrencyCode = "EUR",
3333
BuyerReference = "123",
34-
AdditionalDocumentReference = new()
34+
AdditionalDocumentReferences = [new()
3535
{
3636
Id = "invoice 123",
3737
DocumentDescription = "human readable pdf invoice",
3838
MimeCode = "application/pdf",
3939
FileName = "invoice.pdf",
4040
Content = "ZWYNCjE0OTk0Nw0KJSVFT0Y=",
41-
},
41+
}],
4242
Seller = new()
4343
{
44+
Website = "www.example.com",
4445
Email = "seller@email.com",
4546
Name = "Seller",
4647
StreetName = "TestStreet",
@@ -50,7 +51,8 @@ InvoiceDto invoiceDto = new()
5051
ContactTelephone = "12345",
5152
ContactEmail = "contact@email.com",
5253
TaxCompanyId = "DE1234567",
53-
TaxSchemeId = "VAT",
54+
TaxSchemeId = "S",
55+
TaxId = "000/0000/000",
5456
RegistrationName = "Seller Name",
5557
},
5658
Buyer = new()
@@ -68,7 +70,6 @@ InvoiceDto invoiceDto = new()
6870
{
6971
PaymentMeansTypeCode = "30",
7072
IBAN = "DE21081508151234123412",
71-
BIC = "BIC12345",
7273
BankName = "Test Bank"
7374
},
7475
TaxTotal = new()

0 commit comments

Comments
 (0)