Uses of Class
com.onlinepayments.domain.CreateMandateWithReturnUrl
Packages that use CreateMandateWithReturnUrl
-
Uses of CreateMandateWithReturnUrl in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateMandateWithReturnUrlModifier and TypeMethodDescriptionSepaDirectDebitPaymentProduct771SpecificInput.getMandate()Object containing information to create a SEPA Direct Debit mandate.An alias for the mandate.CreateMandateWithReturnUrl.withCustomer(MandateCustomer value) Customer object containing customer specific inputs.CreateMandateWithReturnUrl.withCustomerReference(String value) The unique identifier of a customerCreateMandateWithReturnUrl.withLanguage(String value) The language code of the customer.CreateMandateWithReturnUrl.withRecurrenceType(String value) Specifies whether the mandate is for one-off or recurring payments.CreateMandateWithReturnUrl.withReturnUrl(String value) Return URL to use if the mandate signing requires redirection.CreateMandateWithReturnUrl.withSignatureType(String value) Specifies whether the mandate is tick box, unsigned or signed by SMS.CreateMandateWithReturnUrl.withUniqueMandateReference(String value) The unique identifier of the mandateMethods in com.onlinepayments.domain with parameters of type CreateMandateWithReturnUrlModifier and TypeMethodDescriptionvoidSepaDirectDebitPaymentProduct771SpecificInput.setMandate(CreateMandateWithReturnUrl value) Object containing information to create a SEPA Direct Debit mandate.SepaDirectDebitPaymentProduct771SpecificInput.withMandate(CreateMandateWithReturnUrl value) Object containing information to create a SEPA Direct Debit mandate.