Uses of Class
de.adorsys.opba.protocol.xs2a.service.xs2a.dto.payment.PaymentInitiateBody
-
-
Uses of PaymentInitiateBody in de.adorsys.opba.protocol.xs2a.entrypoint.authorization
Methods in de.adorsys.opba.protocol.xs2a.entrypoint.authorization with parameters of type PaymentInitiateBody Modifier and Type Method Description de.adorsys.opba.protocol.api.dto.request.payments.SinglePaymentBodyXs2aGetAuthorizationState.PaymentBodyMapper. map(PaymentInitiateBody paymentInitiateBody) -
Uses of PaymentInitiateBody in de.adorsys.opba.protocol.xs2a.service.mappers.generated
Methods in de.adorsys.opba.protocol.xs2a.service.mappers.generated that return PaymentInitiateBody Modifier and Type Method Description protected PaymentInitiateBodyXs2aInitiateSinglePaymentEntrypoint$FromRequestImpl. singlePaymentBodyToPaymentInitiateBody(de.adorsys.opba.protocol.api.dto.request.payments.SinglePaymentBody singlePaymentBody)Methods in de.adorsys.opba.protocol.xs2a.service.mappers.generated with parameters of type PaymentInitiateBody Modifier and Type Method Description de.adorsys.xs2a.adapter.service.model.SinglePaymentInitiationBodyPaymentInitiateBody$ToXs2aApiImpl. map(PaymentInitiateBody cons)de.adorsys.opba.protocol.api.dto.request.payments.SinglePaymentBodyXs2aGetAuthorizationState$PaymentBodyMapperImpl. map(PaymentInitiateBody paymentInitiateBody) -
Uses of PaymentInitiateBody in de.adorsys.opba.protocol.xs2a.service.xs2a.dto.payment
Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.dto.payment that return PaymentInitiateBody Modifier and Type Method Description default PaymentInitiateBodyPaymentInitiateBody.FromCtx. map(Xs2aPisContext cons)Methods in de.adorsys.opba.protocol.xs2a.service.xs2a.dto.payment with parameters of type PaymentInitiateBody Modifier and Type Method Description de.adorsys.xs2a.adapter.service.model.SinglePaymentInitiationBodyPaymentInitiateBody.ToXs2aApi. map(PaymentInitiateBody cons) -
Uses of PaymentInitiateBody in de.adorsys.opba.protocol.xs2a.service.xs2a.payment
Constructor parameters in de.adorsys.opba.protocol.xs2a.service.xs2a.payment with type arguments of type PaymentInitiateBody Constructor Description Extractor(DtoMapper<Xs2aPisContext,PaymentInitiateBody> toValidatableBody, DtoMapper<PaymentInitiateBody,de.adorsys.xs2a.adapter.service.model.SinglePaymentInitiationBody> toBody, DtoMapper<Xs2aPisContext,PaymentInitiateHeaders> toHeaders, DtoMapper<Xs2aPisContext,Xs2aInitialPaymentParameters> toParameters)
-