BillingPayment
BillingPayment
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Identificator of the BillingPayment |
sequence | Integer | true | Sequence of the folioProduct/invoiceProduct |
productionDate | Integer | true | Date when the payment enters in production |
postingDate | String | true | Date when the payment is posted. |
payment | Payment | true | The product of type payment associated to this billingPayment. |
quantity | Integer | true | |
amount | BigDecimal | true | |
currency | Currency | true | |
invoice | Invoice | false | The Invoice related to this payment |
folio | Folio | false | The Folio related to this payment |
paymentReceipt | PaymentReceipt | false | Payment receipt related to this billing payment |
JSON representation
{ "id": 8, "sequence": 23, "productionDate": "2019-04-30", "postingDate": "2019-04-30", "payment": { "id": 453, "name": "Visa" }, "quantity": 1, "amount": 357, "currency": { "id": 1, "code": "EUR", "name": "Euro" }, "folio": null, "invoice": { "id": 3, "invoiceSerie": "A15", "invoiceNumber": 100002, "invoiceDate": "2019-04-23", "company": null, "customer": { "id": 213, "name": "Emily Maëlann Andrews" }, "travelAgent": null, "holderName": "Emily Maëlann Andrews", "taxId": null, "address": null, "city": null, "stateProv": null, "postalCode": null, "countryCode": null, "remark": null, "productList": null }, "paymentReceipt": { "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
AccountReceivablePayment
AccountReceivablePayment
More like this
PaymentReceipt
PaymentReceipt
More like this
Invoice
Invoice
More like this
InvoiceProduct
InvoiceProduct
More like this
Invoicing Trevenque
Invoicing Trevenque
More like this
Payment of ReservationRoomStay [PUT]
Payment of ReservationRoomStay [PUT]
Read with this