| Package | Description |
|---|---|
| io.gs2.money | |
| io.gs2.money.domain.model | |
| io.gs2.money.request |
| Modifier and Type | Method and Description |
|---|---|
WithdrawResult |
Gs2MoneyRestClient.withdraw(WithdrawRequest request) |
void |
Gs2MoneyRestClient.withdrawAsync(WithdrawRequest request,
AsyncAction<AsyncResult<WithdrawResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
WalletAccessTokenDomain |
WalletAccessTokenDomain.withdraw(WithdrawRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawRequest |
WithdrawRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
WithdrawRequest |
WithdrawRequest.withAccessToken(String accessToken) |
WithdrawRequest |
WithdrawRequest.withCount(Integer count) |
WithdrawRequest |
WithdrawRequest.withNamespaceName(String namespaceName) |
WithdrawRequest |
WithdrawRequest.withPaidOnly(Boolean paidOnly) |
WithdrawRequest |
WithdrawRequest.withSlot(Integer slot) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.