PaymentReceipt

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the InvoiceProduct.
nameStringfalse
remarkStringfalse
priceBigDecimalfalse
currencyCurrencyfalse
merchantStringfalse
operationStringfalse

JSON representation

{
	"id": 1,
	"name": "test",
	"remark": null,
	"price": 150.000000,
	"currency": {
		"id": 1,
		"code": "EUR",
		"name": "Euro",
		"nameI18n": "Euro",
		"symbol": "€",
		"decimalPlaces": 2
	},
	"merchant": "112903902",
	"operation": "Payment"
}