Class GetCardAccountDetailsRequestObject
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.validator.ais.account.dto.GetCardAccountDetailsRequestObject
-
- All Implemented Interfaces:
TppInfoProvider
public class GetCardAccountDetailsRequestObject extends Object implements TppInfoProvider
Consent object that contains necessary information for validating consent inGetCardAccountDetailsValidator
-
-
Constructor Summary
Constructors Constructor Description GetCardAccountDetailsRequestObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.adorsys.psd2.xs2a.core.profile.AccountReference>getAccounts()de.adorsys.psd2.xs2a.core.tpp.TppInfogetTppInfo()List<de.adorsys.psd2.xs2a.core.profile.AccountReference>getTransactions()
-
-
-
Method Detail
-
getTppInfo
public de.adorsys.psd2.xs2a.core.tpp.TppInfo getTppInfo()
- Specified by:
getTppInfoin interfaceTppInfoProvider
-
getAccounts
public List<de.adorsys.psd2.xs2a.core.profile.AccountReference> getAccounts()
-
getTransactions
public List<de.adorsys.psd2.xs2a.core.profile.AccountReference> getTransactions()
-
-