Package com.onlinepayments.domain
Class MandateMerchantAction
java.lang.Object
com.onlinepayments.domain.MandateMerchantAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction merchants needs to take in the online mandate process.Object containing all data needed to redirect the customervoidsetActionType(String value) Action merchants needs to take in the online mandate process.voidObject containing all data needed to redirect the customerwithActionType(String value) Action merchants needs to take in the online mandate process.Object containing all data needed to redirect the customer
-
Constructor Details
-
MandateMerchantAction
public MandateMerchantAction()
-
-
Method Details
-
getActionType
Action merchants needs to take in the online mandate process. Possible values are:- REDIRECT - The customer needs to be redirected using the details found in redirectData
-
setActionType
Action merchants needs to take in the online mandate process. Possible values are:- REDIRECT - The customer needs to be redirected using the details found in redirectData
-
withActionType
Action merchants needs to take in the online mandate process. Possible values are:- REDIRECT - The customer needs to be redirected using the details found in redirectData
-
getRedirectData
Object containing all data needed to redirect the customer -
setRedirectData
Object containing all data needed to redirect the customer -
withRedirectData
Object containing all data needed to redirect the customer
-