UpsertBookingCustomAttributeResponse |
BookingCustomAttributesApi.upsertBookingCustomAttribute(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|
UpsertBookingCustomAttributeResponse |
DefaultBookingCustomAttributesApi.upsertBookingCustomAttribute(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.
|
CompletableFuture<UpsertBookingCustomAttributeResponse> |
DefaultBookingCustomAttributesApi.upsertBookingCustomAttributeAsync(String bookingId,
String key,
UpsertBookingCustomAttributeRequest body)
Upserts a bookings custom attribute.
|