| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateBookingResponse |
DefaultBookingsApi.createBooking(CreateBookingRequest body)
Creates a booking.
|
CreateBookingResponse |
BookingsApi.createBooking(CreateBookingRequest body)
Creates a booking.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateBookingResponse> |
DefaultBookingsApi.createBookingAsync(CreateBookingRequest body)
Creates a booking.
|
CompletableFuture<CreateBookingResponse> |
BookingsApi.createBookingAsync(CreateBookingRequest body)
Creates a booking.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBookingResponse |
CreateBookingResponse.Builder.build()
Builds a new
CreateBookingResponse object using the set fields. |
Copyright © 2022. All rights reserved.