Uses of Class
com.onlinepayments.domain.MandateMerchantAction
Packages that use MandateMerchantAction
-
Uses of MandateMerchantAction in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateMerchantActionModifier and TypeMethodDescriptionCreateMandateResponse.getMerchantAction()Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.MandateMerchantAction.withActionType(String value) Action merchants needs to take in the online mandate process.MandateMerchantAction.withRedirectData(MandateRedirectData value) Object containing all data needed to redirect the customerMethods in com.onlinepayments.domain with parameters of type MandateMerchantActionModifier and TypeMethodDescriptionvoidCreateMandateResponse.setMerchantAction(MandateMerchantAction value) Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.CreateMandateResponse.withMerchantAction(MandateMerchantAction value) Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.