-
public class PaymentPostParams extends PayuUtils
Created by franklin on 27/07/15. Making one common class which takes all the inputs required to make a payment. Inorder to create an object of this kind user needs to provide two inputs.
-
-
Constructor Summary
Constructors Constructor Description PaymentPostParams(PaymentParams paymentParams, String paymentMode)PaymentPostParams will accept object of PaymentParams and a payment mode
-
Method Summary
Modifier and Type Method Description PostDatagetPaymentPostParams()-
Methods inherited from class com.payu.paymentparamhelper.PayuUtils
appendKeyValueToStingBuilder, compareDates, concatParams, getProductDetailsJsonArray, isValidTxnId, parseInt, supportedBankCodesForCardlessEmi, supportedBankCodesForDCEmi, validateCardEndDate, valueOf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PaymentPostParams
PaymentPostParams(PaymentParams paymentParams, String paymentMode)
PaymentPostParams will accept object of PaymentParams and a payment mode
-
-
Method Detail
-
getPaymentPostParams
PostData getPaymentPostParams()
-
-
-
-