| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListBookingCustomAttributesResponse |
DefaultBookingCustomAttributesApi.listBookingCustomAttributes(String bookingId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists a booking's custom attributes.
|
ListBookingCustomAttributesResponse |
BookingCustomAttributesApi.listBookingCustomAttributes(String bookingId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists a booking's custom attributes.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListBookingCustomAttributesResponse> |
DefaultBookingCustomAttributesApi.listBookingCustomAttributesAsync(String bookingId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists a booking's custom attributes.
|
CompletableFuture<ListBookingCustomAttributesResponse> |
BookingCustomAttributesApi.listBookingCustomAttributesAsync(String bookingId,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists a booking's custom attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ListBookingCustomAttributesResponse |
ListBookingCustomAttributesResponse.Builder.build()
Builds a new
ListBookingCustomAttributesResponse object using the set fields. |
Copyright © 2023. All rights reserved.