Uses of Class
com.onlinepayments.domain.CreateMandateRequest
Packages that use CreateMandateRequest
-
Uses of CreateMandateRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateMandateRequestModifier and TypeMethodDescriptionSepaDirectDebitPaymentProduct771SpecificInputBase.getMandate()Object containing information to create a SEPA Direct Debit mandate.An alias for the mandate.CreateMandateRequest.withCustomer(MandateCustomer value) Customer object containing customer specific inputs.CreateMandateRequest.withCustomerReference(String value) The unique identifier of a customerCreateMandateRequest.withLanguage(String value) The language code of the customer.CreateMandateRequest.withRecurrenceType(String value) Specifies whether the mandate is for one-off or recurring payments.CreateMandateRequest.withReturnUrl(String value) Return URL to use if the mandate signing requires redirection.CreateMandateRequest.withSignatureType(String value) Specifies whether the mandate is tick box, unsigned or signed by SMS.CreateMandateRequest.withUniqueMandateReference(String value) The unique identifier of the mandateMethods in com.onlinepayments.domain with parameters of type CreateMandateRequestModifier and TypeMethodDescriptionvoidSepaDirectDebitPaymentProduct771SpecificInputBase.setMandate(CreateMandateRequest value) Object containing information to create a SEPA Direct Debit mandate.SepaDirectDebitPaymentProduct771SpecificInputBase.withMandate(CreateMandateRequest value) Object containing information to create a SEPA Direct Debit mandate. -
Uses of CreateMandateRequest in com.onlinepayments.merchant.mandates
Methods in com.onlinepayments.merchant.mandates with parameters of type CreateMandateRequestModifier and TypeMethodDescriptionMandatesClient.createMandate(CreateMandateRequest body) Resource /v2/{merchantId}/mandates - Create mandateMandatesClient.createMandate(CreateMandateRequest body, CallContext context) Resource /v2/{merchantId}/mandates - Create mandateMandatesClientInterface.createMandate(CreateMandateRequest body) Resource /v2/{merchantId}/mandates - Create mandateMandatesClientInterface.createMandate(CreateMandateRequest body, CallContext context) Resource /v2/{merchantId}/mandates - Create mandate