public class GetBillingMethodRequest extends Gs2BasicRequest<GetBillingMethodRequest>
| Constructor and Description |
|---|
GetBillingMethodRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetBillingMethodRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccountToken() |
String |
getBillingMethodName() |
void |
setAccountToken(String accountToken) |
void |
setBillingMethodName(String billingMethodName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetBillingMethodRequest |
withAccountToken(String accountToken) |
GetBillingMethodRequest |
withBillingMethodName(String billingMethodName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getAccountToken()
public void setAccountToken(String accountToken)
public GetBillingMethodRequest withAccountToken(String accountToken)
public String getBillingMethodName()
public void setBillingMethodName(String billingMethodName)
public GetBillingMethodRequest withBillingMethodName(String billingMethodName)
public static GetBillingMethodRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.