Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <InvoicesDoc
- xmlns="http://www.aade.gr/myDATA/invoice/v1.0" xsi:schemaLocation="http://www.aade.gr/myDATA/invoice/v1.0 schema.xsd"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:N1="https://www.aade.gr/myDATA/incomeClassificaton/v1.0"
- xmlns:N2="https://www.aade.gr/myDATA/expensesClassificaton/v1.0">
- <invoice>
- <issuer>
- <vatNumber>012345678</vatNumber>
- <country>GR</country>
- <branch>0</branch>
- </issuer>
- <invoiceHeader>
- <series>0</series>
- <aa>1</aa>
- <issueDate>2024-02-13</issueDate>
- <invoiceType>6.2</invoiceType>
- <currency>EUR</currency>
- </invoiceHeader>
- <paymentMethods>
- <paymentMethodDetails>
- <type>5</type>
- <amount>124.00</amount>
- </paymentMethodDetails>
- </paymentMethods>
- <invoiceDetails>
- <lineNumber>1</lineNumber>
- <netValue>100.00</netValue>
- <vatCategory>1</vatCategory>
- <vatAmount>24.00</vatAmount>
- <incomeClassification>
- <N1:classificationType>E3_595</N1:classificationType>
- <N1:classificationCategory>category1_6</N1:classificationCategory>
- <N1:amount>100.00</N1:amount>
- </incomeClassification>
- </invoiceDetails>
- <invoiceSummary>
- <totalNetValue>100.00</totalNetValue>
- <totalVatAmount>24.00</totalVatAmount>
- <totalWithheldAmount>0.00</totalWithheldAmount>
- <totalFeesAmount>0.00</totalFeesAmount>
- <totalStampDutyAmount>0.00</totalStampDutyAmount>
- <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
- <totalDeductionsAmount>0.00</totalDeductionsAmount>
- <totalGrossValue>124.00</totalGrossValue>
- <incomeClassification>
- <N1:classificationType>E3_595</N1:classificationType>
- <N1:classificationCategory>category1_6</N1:classificationCategory>
- <N1:amount>100.00</N1:amount>
- </incomeClassification>
- </invoiceSummary>
- </invoice>
- </InvoicesDoc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement