Class AdditionalInformationAccess


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]")
    public class AdditionalInformationAccess
    extends Object
    Optional if supported by API provider. Is asking for additional information as added within this structured object. The usage of this data element requires at least one of the entries \"accounts\", \"transactions\" or \"balances\" also to be contained in the object. If detailed accounts are referenced, it is required in addition that any account addressed within the additionalInformation attribute is also addressed by at least one of the attributes \"accounts\", \"transactions\" or \"balances\".
    • Constructor Detail

      • AdditionalInformationAccess

        public AdditionalInformationAccess()
    • Method Detail

      • getOwnerName

        @Valid
        public @Valid List<AccountReference> getOwnerName()
        Is asking for account owner name of the accounts referenced within. If the array is empty in the request, the TPP is asking for the account owner name of all accessible accounts. This may be restricted in a PSU/ASPSP authorization dialogue. If the array is empty, also the arrays for accounts, balances or transactions shall be empty, if used. The ASPSP will indicate in the consent resource after a successful authorisation, whether the ownerName consent can be accepted by providing the accounts on which the ownerName will be delivered. This array can be empty.
        Returns:
        ownerName
      • getTrustedBeneficiaries

        @Valid
        public @Valid List<AccountReference> getTrustedBeneficiaries()
        Optional if supported by API provider. Is asking for the trusted beneficiaries related to the accounts referenced within and related to the PSU. If the array is empty in the request, the TPP is asking for the lists of trusted beneficiaries of all accessible accounts. This may be restricted in a PSU/ASPSP authorization dialogue by the PSU if also the account lists addressed by the tags “accounts”, “balances” or “transactions” are empty. The ASPSP will indicate in the consent resource after a successful authorisation, whether the trustedBeneficiaries consent can be accepted by providing the accounts on which the list of trusted beneficiaries will be delivered. This array can be empty.
        Returns:
        trustedBeneficiaries
      • setTrustedBeneficiaries

        public void setTrustedBeneficiaries​(List<AccountReference> trustedBeneficiaries)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object