-
public class MerchantWebServicePostParams extends PayuUtils
Created by franklin on 6/18/15. We should support all the web services. Every webservice require an Task and an Interface. MerchantWebService is the bean which holds the information about the api actually getCommand defines what data client demands to server.
-
-
Constructor Summary
Constructors Constructor Description MerchantWebServicePostParams(MerchantWebService merchantWebService)
-
Method Summary
Modifier and Type Method Description PostDatagetMerchantWebServicePostParams()we gotta check all webservices.find the command thenValidate all the post params accordingly. -
Methods inherited from class com.payu.india.Payu.PayuUtils
deviceAnalytics, getAnalyticsString, getApiV2Url, getDoubleValue, getFromSharedPreferences, getFromSharedPreferences, getHttpsConn, getHttpsConn, getHttpsConn, getHttpsConn, getHttpsConnForGetRequest, getIssuer, getPaymentTypeValue, getStoredCard, getStoredCard, getStringBuffer, getStringBuffer, getStringBuilder, getStringValue, getTransactionResponse, getTransactionResponseJson, getUdid, luhn, removeFromSharedPreferences, replaceString, safeClose, setAnalyticsKeyCB, setAnalyticsKeyCB, setVariableCB, storeInSharedPreferences, updateAnalytics, validateCardNumber, validateCardNumber, validateCvv, validateExpiry -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MerchantWebServicePostParams
MerchantWebServicePostParams(MerchantWebService merchantWebService)
- Parameters:
merchantWebService- should have all the mandatory params like key, command var1, hash and the option params like var2, etc..
-
-
Method Detail
-
getMerchantWebServicePostParams
PostData getMerchantWebServicePostParams()
we gotta check all webservices.find the command thenValidate all the post params accordingly.
-
-
-
-