Package io.gs2.project.request
Class CreateBillingMethodRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateBillingMethodRequest>
io.gs2.project.request.CreateBillingMethodRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateBillingMethodRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccountToken(String accountToken) voidsetCardCustomerId(String cardCustomerId) voidsetDescription(String description) voidsetMethodType(String methodType) voidsetPartnerId(String partnerId) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountToken(String accountToken) withCardCustomerId(String cardCustomerId) withDescription(String description) withMethodType(String methodType) withPartnerId(String partnerId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateBillingMethodRequest
public CreateBillingMethodRequest()
-
-
Method Details
-
getAccountToken
-
setAccountToken
-
withAccountToken
-
getDescription
-
setDescription
-
withDescription
-
getMethodType
-
setMethodType
-
withMethodType
-
getCardCustomerId
-
setCardCustomerId
-
withCardCustomerId
-
getPartnerId
-
setPartnerId
-
withPartnerId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-