/
PaymentReceipt
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" }
, multiple selections available,
Related content
PaymentMode
PaymentMode
More like this
BillingPayment
BillingPayment
More like this
AccountReceivablePayment
AccountReceivablePayment
More like this
AccountReceivablePaymentInvoice
AccountReceivablePaymentInvoice
More like this
PaymentMethod Summar
PaymentMethod Summar
More like this
Invoice
Invoice
More like this