Class AspspAccountAccess


  • @Entity(name="aspsp_account_access")
    public class AspspAccountAccess
    extends Object
    • Constructor Detail

      • AspspAccountAccess

        public AspspAccountAccess​(ConsentEntity consent,
                                  String accountIdentifier,
                                  de.adorsys.psd2.consent.api.TypeAccess typeAccess,
                                  de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType,
                                  Currency currency,
                                  String resourceId,
                                  String aspspAccountId)
      • AspspAccountAccess

        public AspspAccountAccess​(Long id,
                                  ConsentEntity consent,
                                  String accountIdentifier,
                                  de.adorsys.psd2.consent.api.TypeAccess typeAccess,
                                  de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType,
                                  Currency currency,
                                  String resourceId,
                                  String aspspAccountId)