Class PaymentAuthorisationParameters
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.consent.pis.PaymentAuthorisationParameters
-
- All Implemented Interfaces:
CommonAuthorisationParameters
public class PaymentAuthorisationParameters extends Object implements CommonAuthorisationParameters
-
-
Constructor Summary
Constructors Constructor Description PaymentAuthorisationParameters(Xs2aCreatePisAuthorisationRequest createRequest, String authorisationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessObjectId()-
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.domain.authorisation.CommonAuthorisationParameters
getAuthenticationMethodId, getAuthorisationId, getConfirmationCode, getPassword, getPsuData, getScaAuthenticationData, getScaStatus, isUpdatePsuIdentification
-
-
-
-
Constructor Detail
-
PaymentAuthorisationParameters
public PaymentAuthorisationParameters(Xs2aCreatePisAuthorisationRequest createRequest, String authorisationId)
-
-
Method Detail
-
getBusinessObjectId
public String getBusinessObjectId()
- Specified by:
getBusinessObjectIdin interfaceCommonAuthorisationParameters
-
-