public class CancelSubscriptionInputModel
extends java.lang.Object
Constructor and Description |
---|
CancelSubscriptionInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the languageCode
|
java.lang.String |
getCancelNote()
This Method is use to get the cancelNote
|
java.lang.String |
getLangCode()
This Method is use to get the langCode
|
java.lang.String |
getPlanId()
This Method is use to get the planId
|
java.lang.String |
getUserId()
This Method is use to get the userId
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the authToken
|
void |
setCancelNote(java.lang.String cancelNote)
This Method is use to Set the cancelNote
|
void |
setLangCode(java.lang.String langCode)
This Method is use to Set the langCode
|
void |
setPlanId(java.lang.String planId)
This Method is use to Set the planId
|
void |
setUserId(java.lang.String userId)
This Method is use to Set the userId
|
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic java.lang.String getCancelNote()
public void setCancelNote(java.lang.String cancelNote)
cancelNote
- For Setting The cancelNotepublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- For Setting The userIdpublic java.lang.String getPlanId()
public void setPlanId(java.lang.String planId)
planId
- For Setting The planIdpublic java.lang.String getLangCode()
public void setLangCode(java.lang.String langCode)
langCode
- For Setting The langCode