| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSettingsResponse |
CheckoutApi.updateLocationSettings(String locationId,
UpdateLocationSettingsRequest body)
Updates the location-level settings for a Square-hosted checkout page.
|
UpdateLocationSettingsResponse |
DefaultCheckoutApi.updateLocationSettings(String locationId,
UpdateLocationSettingsRequest body)
Updates the location-level settings for a Square-hosted checkout page.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateLocationSettingsResponse> |
CheckoutApi.updateLocationSettingsAsync(String locationId,
UpdateLocationSettingsRequest body)
Updates the location-level settings for a Square-hosted checkout page.
|
CompletableFuture<UpdateLocationSettingsResponse> |
DefaultCheckoutApi.updateLocationSettingsAsync(String locationId,
UpdateLocationSettingsRequest body)
Updates the location-level settings for a Square-hosted checkout page.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSettingsResponse |
UpdateLocationSettingsResponse.Builder.build()
Builds a new
UpdateLocationSettingsResponse object using the set fields. |
Copyright © 2024. All rights reserved.