Package com.onlinepayments.domain
Class CreateMandateResponse
java.lang.Object
com.onlinepayments.domain.CreateMandateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing the created mandate.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.voidsetMandate(MandateResponse value) Object containing the created mandate.voidObject 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.withMandate(MandateResponse value) Object containing the created mandate.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.
-
Constructor Details
-
CreateMandateResponse
public CreateMandateResponse()
-
-
Method Details
-
getMandate
Object containing the created mandate. -
setMandate
Object containing the created mandate. -
withMandate
Object containing the created mandate. -
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. -
setMerchantAction
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. -
withMerchantAction
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.
-