{ "Main" : {
	"Transactions": [{
		"Date": "2018-05-06",
		"Description": "TransactionDescription",
		"Quantity": 6,
		"NetUnitPrice": {
			"amount": "50",
			"currency": "USD"
		},
		"TotalNetAmount": {
			"amount": "56",
			"currency": "USD"
		},
		"Tax": "rgr",
		"GrossUnitPrice": {
			"amount": "78",
			"currency": "USD"
		},
		"TotalAmount": {
			"amount": "135",
			"currency": "USD"
		}
	},
	{
		"Date": "2018-05-06",
		"Description": "TransactionDescription",
		"Quantity": 1,
		"NetUnitPrice": {
			"amount": "145",
			"currency": "USD"
		},
		"TotalNetAmount": {
			"amount": "80",
			"currency": "USD"
		},
		"Tax": "lwh",
		"GrossUnitPrice": {
			"amount": "175",
			"currency": "USD"
		},
		"TotalAmount": {
			"amount": "70",
			"currency": "USD"
		}
	},
	{
		"Date": "2018-05-06",
		"Description": "TransactionDescription",
		"Quantity": 8,
		"NetUnitPrice": null,
		"TotalNetAmount": null,
		"Tax": null,
		"GrossUnitPrice": null,
		"TotalAmount": {
			"amount": "130",
			"currency": "USD"
		}
	}],
	"InvoiceSummary": {
		"TotalNetAmount": {
			"amount": "175",
			"currency": "USD"
		},
		"TotalAmount": {
			"amount": "42",
			"currency": "USD"
		},
		"PaymentAmount": {
			"amount": "174",
			"currency": "USD"
		},
		"TaxSummary": [{
			"Name": "jwun",
			"TotalNetAmount": {
				"amount": "165",
				"currency": "USD"
			},
			"Tax": {
				"amount": "132",
				"currency": "USD"
			},
			"TotalAmount": {
				"amount": "93",
				"currency": "USD"
			}
		},
		{
			"Name": "mcft",
			"TotalNetAmount": {
				"amount": "163",
				"currency": "USD"
			},
			"Tax": {
				"amount": "78",
				"currency": "USD"
			},
			"TotalAmount": {
				"amount": "191",
				"currency": "USD"
			}
		}],
		"BalanceDue": {
			"amount": "0",
			"currency": "USD"
		}
	},
	"InvoiceDetails": {
		"InvoiceNumber": "20180815",
		"InvoiceType": "Invoice",
		"AccountId": "faabbff5-dc81-42e2-8765-f3124daf88b9",
		"IssuedBy": "CashierEmployee",
		"CashierNumber": "10",
		"FreeText": "Lrem Ipsum fabulosa",
		"Preview": true
	},
	"HotelDetails": {
		"Name": "Hotel Name",
		"AddressDetails": {
			"City": "Berlin",
			"ZIP": "10558",
			"State": "Berlin",
			"Street": "Leipziger Strasse 35",
			"Country": "Germany",
			"CountryIso": "DE"
		},
		"PhoneNumber": "+4954456456545",
		"EmailAddress": "hotelName@gmail.com",
		"WebPage": "https://www.hotelname.com"
	},
	"GuestDetails": {
		"Title": "Dr",
		"Greeting": "Mr",
		"FirstName": "Robin",
		"LastName": "Schwartz",
		"Languages": ["DE"],
		"Birthday": {
			"Month": 6,
			"Day": 25,
			"Year": 1956
		},
		"AddressDetails": {
			"City": "Berlin",
			"ZIP": "10558",
			"State": "Berlin",
			"Street": "Leipziger Strasse 35",
			"Country": "Germany",
			"CountryIso": "DE"
		},
		"CommunicationDetails": {
			"PhoneNumber": "0211 34 43 37",
			"Email": "ChesterMMorin@jourrapide.com"
		},
		"Memberships": [{
			"Number": "3432423423",
			"LevelCode": "BLUE"
		}]
	},
	"InvoiceRecipient": {
		"ProfileId": "f5090139-ff92-4283-98ce-fe911a3162c5",
		"Title": "euqv",
		"Name": "John Smith",
		"TaxId": "dvodhlmm",
		"AddressDetails": {
			"City": "Berlin",
			"ZIP": "10558",
			"State": "Berlin",
			"Street": "Leipziger Strasse 35",
			"Country": "Germany",
			"CountryIso": "DE"
		}
	},
	"ReservationDetails": {
		"Id": "00000000-0000-0000-0000-000000000000",
		"Arrival": "2018-03-31",
		"Departure": "2018-04-05",
		"EstimatedTimeOfArrival": "2018-03-31T16:00:00",
		"EstimatedTimeOfDeparture": "2018-04-05T11:00:00",
		"Nights": 5,
		"ConfirmationNumber": "4558885",
		"Room": "0206",
		"RoomType": "DR",
		"RoomDescription": "Double room",
		"Adults": 2,
		"Children": 0,
		"CompanyName": "Microsoft",
		"Price": 200.0
	},
	"PaymentMethodDetails": {
		"PaymentType": "Cash",
		"PaymentMethodName": "Cash Euro",
		"CardHolder": "John Smith",
		"CardNumber": "0815081508150815",
		"ExpiryMonth": 4,
		"ExpiryYear": 2019,
		"AuthorizationAmount": 10.0,
		"AuthorizationCode": "APPROV2018849597"
	}
}
}