public class DeleteBillingMethodResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DeleteBillingMethodResult() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteBillingMethodResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
BillingMethod |
getItem() |
void |
setItem(BillingMethod item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteBillingMethodResult |
withItem(BillingMethod item) |
public BillingMethod getItem()
public void setItem(BillingMethod item)
public DeleteBillingMethodResult withItem(BillingMethod item)
public static DeleteBillingMethodResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.