Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <InvoicesDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.aade.gr/myDATA/invoice/v1.0">
- <invoice>
- <issuer>
- <vatNumber>xxxxxxxxxx</vatNumber>
- <country>GR</country>
- <branch>0</branch>
- </issuer>
- <counterpart>
- <vatNumber>xxxxxxxxxx</vatNumber>
- <country>GR</country>
- <branch>0</branch>
- <address>
- <street>xxxxxxxxxx</street>
- <number>xxxxxxxxxx</number>
- <postalCode>xxxxxxxxxx</postalCode>
- <city>xxxxxxxxxx</city>
- </address>
- </counterpart>
- <invoiceHeader>
- <series>0</series>
- <aa>1</aa>
- <issueDate>2025-05-27</issueDate>
- <invoiceType>3.1</invoiceType>
- <currency>EUR</currency>
- <movePurpose>1</movePurpose>
- </invoiceHeader>
- <paymentMethods>
- <paymentMethodDetails>
- <type>3</type>
- <amount>100</amount>
- </paymentMethodDetails>
- </paymentMethods>
- <invoiceDetails>
- <lineNumber>1</lineNumber>
- <netValue>100</netValue>
- <vatCategory>8</vatCategory>
- <vatAmount>0</vatAmount>
- <lineComments />
- <expensesClassification>
- <classificationType xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">E3_102_003</classificationType>
- <classificationCategory xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">category2_1</classificationCategory>
- <amount xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">100</amount>
- </expensesClassification>
- </invoiceDetails>
- <invoiceSummary>
- <totalNetValue>100</totalNetValue>
- <totalVatAmount>0</totalVatAmount>
- <totalWithheldAmount>0</totalWithheldAmount>
- <totalFeesAmount>0</totalFeesAmount>
- <totalStampDutyAmount>0</totalStampDutyAmount>
- <totalOtherTaxesAmount>0</totalOtherTaxesAmount>
- <totalDeductionsAmount>0</totalDeductionsAmount>
- <totalGrossValue>100</totalGrossValue>
- <expensesClassification>
- <classificationType xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">E3_102_003</classificationType>
- <classificationCategory xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">category2_1</classificationCategory>
- <amount xmlns="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">100</amount>
- </expensesClassification>
- </invoiceSummary>
- </invoice>
- </InvoicesDoc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement