Last active
April 5, 2017 10:22
-
-
Save jirihelmich/e25f77b033ae267e4b95ca6615db9395 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "IssuedUtc":"2017-04-05T10:43:17+02:00", | |
| "BillId":"99e177d5-121c-4d86-8693-fa1d8656ceae", | |
| "RegisterId":"99e177d5-552d-121c-8693-fa1b8656c32a", | |
| "BillNumber":"RP20170000001", | |
| "TaxIdentfier": "SK123465798", | |
| "Payments":[ | |
| { | |
| "Type":"PaymentType.Cash", | |
| "Value":109.00, | |
| "Currency":"EUR" | |
| }, | |
| { | |
| "Type":"PaymentType.CreditCard", | |
| "Value":90.00, | |
| "Currency":"EUR" | |
| } | |
| ], | |
| "Revenue":[ | |
| { | |
| "Value":100, | |
| "NetValue":80, | |
| "TaxRate":0.20 | |
| }, | |
| { | |
| "Value":99, | |
| "NetValue":90, | |
| "TaxRate":0.10 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment