public class SubscriptionPlanInputModel
extends java.lang.Object
| Constructor and Description |
|---|
SubscriptionPlanInputModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountry()
This Method is use to Get the country
|
java.lang.String |
getLang()
This Method is use to Get the Language
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setCountry(java.lang.String country)
This Method is use to Set the country
|
void |
setLang(java.lang.String lang)
This Method is use to Set the Language
|
public java.lang.String getLang()
public void setLang(java.lang.String lang)
lang - For Setting The Languagepublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken - For Setting The Auth Tokenpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - For Setting The country