Uses of Class
com.onlinepayments.domain.CreateMandateResponse
Packages that use CreateMandateResponse
-
Uses of CreateMandateResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreateMandateResponseModifier and TypeMethodDescriptionCreateMandateResponse.withMandate(MandateResponse value) Object containing the created mandate.CreateMandateResponse.withMerchantAction(MandateMerchantAction value) 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. -
Uses of CreateMandateResponse in com.onlinepayments.merchant.mandates
Methods in com.onlinepayments.merchant.mandates that return CreateMandateResponseModifier 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