public class IsCouponExistInput
extends java.lang.Object
Constructor and Description |
---|
IsCouponExistInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getLang_code()
This Method is use to get lang_code
|
java.lang.String |
getStoreType()
This Method is use to get storeType
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to set the Auth token
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setLang_code(java.lang.String lang_code)
This Method is use to set the lang_code
|
void |
setStoreType(java.lang.String storeType)
This Method is use to set storeType
|
public java.lang.String getLang_code()
public void setLang_code(java.lang.String lang_code)
lang_code
- For Setting The lang_codepublic java.lang.String getStoreType()
public void setStoreType(java.lang.String storeType)
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCode