public class TransactionInputModel
extends java.lang.Object
Constructor and Description |
---|
TransactionInputModel() |
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 |
getId()
This Method is use to Get the Id
|
java.lang.String |
getLanguage()
This Method is use to Get the language
|
java.lang.String |
getUser_id()
This Method is use to Get the User Id
|
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 |
setId(java.lang.String id)
This Method is use to Set the Id
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the language
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic void setLanguage(java.lang.String language)
language
- For Setting The languagepublic java.lang.String getLanguage()
public java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User Idpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- For Setting The Idpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()