public class DeleteInvoicePdfInputModel
extends java.lang.Object
Constructor and Description |
---|
DeleteInvoicePdfInputModel() |
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 |
getFilepath()
This Method is use to Get the File Path
|
java.lang.String |
getLanguage_code()
This Method is use to Get the Language Code
|
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 |
setFilepath(java.lang.String filepath)
This Method is use to Set the File Path
|
void |
setLanguage_code(java.lang.String language_code)
This Method is use to Set the Language Code
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLanguage_code()
public void setLanguage_code(java.lang.String language_code)
language_code
- For Setting The Language Codepublic java.lang.String getFilepath()
public void setFilepath(java.lang.String filepath)
filepath
- For Setting The File Pathpublic java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Token