Package com.onlinepayments.domain
Class GetMandateResponse
java.lang.Object
com.onlinepayments.domain.GetMandateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing the created mandate.voidsetMandate(MandateResponse value) Object containing the created mandate.withMandate(MandateResponse value) Object containing the created mandate.
-
Constructor Details
-
GetMandateResponse
public GetMandateResponse()
-
-
Method Details
-
getMandate
Object containing the created mandate. -
setMandate
Object containing the created mandate. -
withMandate
Object containing the created mandate.
-