ReservationPaymentEntity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| payment_id | String | Customer's payment reference number | [optional] [default to null] |
| amount | BigDecimal | Total amount paid/to be paid for this reservation to be accepted | [default to null] |
| payment_method | String | Customer's selected payment method | [default to null] |
| status | String | Customer's payment status | [default to null] |