| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertBookingCustomAttributeResponse |
DefaultBookingCustomAttributesApi.upsertBookingCustomAttribute(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|
UpsertBookingCustomAttributeResponse |
BookingCustomAttributesApi.upsertBookingCustomAttribute(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertBookingCustomAttributeResponse> |
DefaultBookingCustomAttributesApi.upsertBookingCustomAttributeAsync(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|
CompletableFuture<UpsertBookingCustomAttributeResponse> |
BookingCustomAttributesApi.upsertBookingCustomAttributeAsync(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertBookingCustomAttributeResponse |
UpsertBookingCustomAttributeResponse.Builder.build()
Builds a new
UpsertBookingCustomAttributeResponse object using the set fields. |
Copyright © 2023. All rights reserved.