Advertisement
ThanasisPap

8.4 Απόδειξη Είσπραξης POS

Jan 29th, 2024 (edited)
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.26 KB | Source Code | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <InvoicesDoc
  3.     xmlns="http://www.aade.gr/myDATA/invoice/v1.0" xsi:schemaLocation="http://www.aade.gr/myDATA/invoice/v1.0/InvoicesDoc-v0.6.xsd"
  4.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.     xmlns:N1="https://www.aade.gr/myDATA/incomeClassificaton/v1.0">
  6.     <invoice>
  7.         <issuer>
  8.             <vatNumber>012345678</vatNumber>
  9.             <country>GR</country>
  10.             <branch>0</branch>
  11.         </issuer>
  12.         <counterpart>
  13.             <vatNumber>876543210</vatNumber>
  14.             <country>GR</country>
  15.             <branch>0</branch>
  16.             <address>
  17.                 <street>ΔΙΕΥΘΥΝΣΗ ΠΕΛΑΤΗ</street>
  18.                 <number>321</number>
  19.                 <postalCode>54321</postalCode>
  20.                 <city>ΑΘΗΝΑ</city>
  21.             </address>
  22.         </counterpart>
  23.         <invoiceHeader>
  24.             <series>0</series>
  25.             <aa>1</aa>
  26.             <issueDate>2024-01-29</issueDate>
  27.             <invoiceType>8.4</invoiceType>
  28.             <currency>EUR</currency>
  29.         </invoiceHeader>
  30.         <paymentMethods>
  31.             <paymentMethodDetails>
  32.                 <type>7</type>
  33.                 <amount>248.00</amount>
  34.                 <paymentMethodInfo>POS ΠΕΙΡΑΙΩΣ</paymentMethodInfo>
  35.                 <transactionId>ΑΑΑΒΒΒΨΨΨ</transactionId>
  36.                 <ECRToken>
  37.                   <SigningAuthor>ΧΧΧΦΦΦΤΤ</SigningAuthor>
  38.                   <SessionNumber>ΑΒΓΔΕΣ</SessionNumber>
  39.                 </ECRToken>
  40.             </paymentMethodDetails>
  41.         </paymentMethods>
  42.         <invoiceDetails>
  43.             <lineNumber>1</lineNumber>
  44.             <netValue>248.00</netValue>
  45.             <vatCategory>8</vatCategory>
  46.             <vatAmount>0.00</vatAmount>
  47.             <incomeClassification>
  48.                 <N1:classificationCategory>category1_95</N1:classificationCategory>
  49.                 <N1:amount>248.00</N1:amount>
  50.             </incomeClassification>
  51.         </invoiceDetails>
  52.         <invoiceSummary>
  53.             <totalNetValue>248.00</totalNetValue>
  54.             <totalVatAmount>0.00</totalVatAmount>
  55.             <totalWithheldAmount>0.00</totalWithheldAmount>
  56.             <totalFeesAmount>0.00</totalFeesAmount>
  57.             <totalStampDutyAmount>0.00</totalStampDutyAmount>
  58.             <totalOtherTaxesAmount>0.00</totalOtherTaxesAmount>
  59.             <totalDeductionsAmount>0.00</totalDeductionsAmount>
  60.             <totalGrossValue>248.00</totalGrossValue>
  61.             <incomeClassification>
  62.                 <N1:classificationCategory>category1_95</N1:classificationCategory>
  63.                 <N1:amount>248.00</N1:amount>
  64.             </incomeClassification>
  65.         </invoiceSummary>
  66.     </invoice>
  67. </InvoicesDoc>
Tags: mydata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement