Package de.adorsys.psd2.model
Class AdditionalInformationAccess
- java.lang.Object
-
- de.adorsys.psd2.model.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 ObjectOptional 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 Summary
Constructors Constructor Description AdditionalInformationAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalInformationAccessaddOwnerNameItem(AccountReference ownerNameItem)AdditionalInformationAccessaddTrustedBeneficiariesItem(AccountReference trustedBeneficiariesItem)booleanequals(Object o)@Valid List<AccountReference>getOwnerName()Is asking for account owner name of the accounts referenced within.@Valid List<AccountReference>getTrustedBeneficiaries()Optional if supported by API provider.inthashCode()AdditionalInformationAccessownerName(List<AccountReference> ownerName)voidsetOwnerName(List<AccountReference> ownerName)voidsetTrustedBeneficiaries(List<AccountReference> trustedBeneficiaries)StringtoString()AdditionalInformationAccesstrustedBeneficiaries(List<AccountReference> trustedBeneficiaries)
-
-
-
Method Detail
-
ownerName
public AdditionalInformationAccess ownerName(List<AccountReference> ownerName)
-
addOwnerNameItem
public AdditionalInformationAccess addOwnerNameItem(AccountReference ownerNameItem)
-
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
-
setOwnerName
public void setOwnerName(List<AccountReference> ownerName)
-
trustedBeneficiaries
public AdditionalInformationAccess trustedBeneficiaries(List<AccountReference> trustedBeneficiaries)
-
addTrustedBeneficiariesItem
public AdditionalInformationAccess addTrustedBeneficiariesItem(AccountReference trustedBeneficiariesItem)
-
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)
-
-