| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateWageSettingResponse |
DefaultTeamApi.updateWageSetting(String teamMemberId,
UpdateWageSettingRequest body)
Creates or updates a `WageSetting` object.
|
UpdateWageSettingResponse |
TeamApi.updateWageSetting(String teamMemberId,
UpdateWageSettingRequest body)
Creates or updates a `WageSetting` object.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateWageSettingResponse> |
DefaultTeamApi.updateWageSettingAsync(String teamMemberId,
UpdateWageSettingRequest body)
Creates or updates a `WageSetting` object.
|
CompletableFuture<UpdateWageSettingResponse> |
TeamApi.updateWageSettingAsync(String teamMemberId,
UpdateWageSettingRequest body)
Creates or updates a `WageSetting` object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWageSettingResponse |
UpdateWageSettingResponse.Builder.build()
Builds a new
UpdateWageSettingResponse object using the set fields. |
Copyright © 2022. All rights reserved.