| Package | Description |
|---|---|
| com.bookeo.api.model | |
| com.bookeo.api.service |
| Modifier and Type | Method and Description |
|---|---|
List<Payment> |
PaymentsList.getData()
[read-only]
|
List<Payment> |
Booking.getInitialPayments()
When creating a new booking, an application can also record one or more payment associated to the booking (ex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentsList.setData(List<Payment> data) |
void |
Booking.setInitialPayments(List<Payment> initialPayments) |
| Modifier and Type | Method and Description |
|---|---|
Payment |
PaymentsApi.paymentsIdGet(String id)
Retrieve a specific payment
|
| Modifier and Type | Method and Description |
|---|---|
void |
BookingsApi.bookingsBookingNumberPaymentsPost(Payment apiPayment,
String bookingNumber)
Add a payment to a booking
Create a payment record associated with a booking
|
Copyright © 2015. All rights reserved.