Class UpdatePaymentPsuDataPO
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.validator.pis.authorisation.initiation.UpdatePaymentPsuDataPO
-
- All Implemented Interfaces:
UpdatePisPsuDataPO,PaymentTypeAndInfoProvider,TppInfoProvider
public class UpdatePaymentPsuDataPO extends Object implements UpdatePisPsuDataPO
Payment object that contains necessary information for validating payment inUpdatePisCommonPaymentPsuDataValidatorandUpdatePisCancellationPsuDataValidator
-
-
Constructor Summary
Constructors Constructor Description UpdatePaymentPsuDataPO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPaymentProduct()de.adorsys.psd2.xs2a.core.profile.PaymentTypegetPaymentType()de.adorsys.psd2.xs2a.core.tpp.TppInfogetTppInfo()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.service.validator.pis.PaymentTypeAndInfoProvider
getPisCommonPaymentResponse
-
Methods inherited from interface de.adorsys.psd2.xs2a.service.validator.pis.authorisation.UpdatePisPsuDataPO
getUpdateRequest
-
-
-
-
Method Detail
-
getTppInfo
public de.adorsys.psd2.xs2a.core.tpp.TppInfo getTppInfo()
- Specified by:
getTppInfoin interfaceTppInfoProvider
-
getPaymentType
public de.adorsys.psd2.xs2a.core.profile.PaymentType getPaymentType()
- Specified by:
getPaymentTypein interfacePaymentTypeAndInfoProvider
-
getPaymentProduct
public String getPaymentProduct()
- Specified by:
getPaymentProductin interfacePaymentTypeAndInfoProvider
-
-