Uses of Class
com.onlinepayments.domain.MerchantAction
Packages that use MerchantAction
-
Uses of MerchantAction in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MerchantActionModifier and TypeMethodDescriptionCompletePaymentResponse.getMerchantAction()Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentCreatePaymentResponse.getMerchantAction()Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentMerchantAction.withActionType(String value) Action merchants needs to take in the online payment process.MerchantAction.withMobileThreeDSecureChallengeParameters(MobileThreeDSecureChallengeParameters value) Mobile 3D Secure Challenge ParametersMerchantAction.withRedirectData(RedirectData value) Object containing all data needed to redirect the customerMerchantAction.withShowFormData(ShowFormData value) Object returned for the SHOW_FORM actionType.Methods in com.onlinepayments.domain with parameters of type MerchantActionModifier and TypeMethodDescriptionvoidCompletePaymentResponse.setMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentvoidCreatePaymentResponse.setMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentCompletePaymentResponse.withMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentCreatePaymentResponse.withMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment