PaymentReceipt
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the InvoiceProduct. |
name | String | false | |
remark | String | false | |
price | BigDecimal | false | |
currency | Currency | false | |
merchant | String | false | |
operation | String | false |
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" }