Uses of Class
com.onlinepayments.domain.MandateResponse
Packages that use MandateResponse
-
Uses of MandateResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MandateResponseModifier and TypeMethodDescriptionCreateMandateResponse.getMandate()Object containing the created mandate.GetMandateResponse.getMandate()Object containing the created mandate.An alias for the mandate.MandateResponse.withCustomer(MandateCustomerResponse value) Customer object containing customer specific outputs.MandateResponse.withCustomerReference(String value) The unique identifier of a customerMandateResponse.withMandatePdf(String value) The mandate PDF in base64 encoded stringMandateResponse.withRecurrenceType(String value) Specifies whether the mandate is for one-off or recurring payments.MandateResponse.withStatus(String value) MandateResponse.withUniqueMandateReference(String value) The unique identifier of the mandateMethods in com.onlinepayments.domain with parameters of type MandateResponseModifier and TypeMethodDescriptionvoidCreateMandateResponse.setMandate(MandateResponse value) Object containing the created mandate.voidGetMandateResponse.setMandate(MandateResponse value) Object containing the created mandate.CreateMandateResponse.withMandate(MandateResponse value) Object containing the created mandate.GetMandateResponse.withMandate(MandateResponse value) Object containing the created mandate.