Package io.gs2.project.request
Class DeleteBillingMethodRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DeleteBillingMethodRequest>
io.gs2.project.request.DeleteBillingMethodRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteBillingMethodRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccountToken(String accountToken) voidsetBillingMethodName(String billingMethodName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountToken(String accountToken) withBillingMethodName(String billingMethodName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DeleteBillingMethodRequest
public DeleteBillingMethodRequest()
-
-
Method Details
-
getAccountToken
-
setAccountToken
-
withAccountToken
-
getBillingMethodName
-
setBillingMethodName
-
withBillingMethodName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-