Package de.adorsys.psd2.model
Class TrustedBeneficiaries
- java.lang.Object
-
- de.adorsys.psd2.model.TrustedBeneficiaries
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-04-15T15:50:07.478677+03:00[Europe/Kiev]") public class TrustedBeneficiaries extends ObjectRequested trusted beneficiaries services for a consent.
-
-
Constructor Summary
Constructors Constructor Description TrustedBeneficiaries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedBeneficiariescreditorAccount(AccountReference creditorAccount)TrustedBeneficiariescreditorAddress(Address creditorAddress)TrustedBeneficiariescreditorAgent(String creditorAgent)TrustedBeneficiariescreditorAlias(String creditorAlias)TrustedBeneficiariescreditorId(String creditorId)TrustedBeneficiariescreditorName(String creditorName)TrustedBeneficiariesdebtorAccount(AccountReference debtorAccount)booleanequals(Object o)@NotNull @Valid AccountReferencegetCreditorAccount()Get creditorAccount@Valid AddressgetCreditorAddress()Get creditorAddressStringgetCreditorAgent()It is mandated where the information is mandated for related credit transfers.@Size(max=70) StringgetCreditorAlias()An alias for the creditor as defined by the PSU as an alias when displaying the list of trusted beneficiaries in online channels of the ASPSP.@Size(max=35) StringgetCreditorId()Identification of Creditors.@NotNull @Size(max=70) StringgetCreditorName()Name of the creditor as provided by the PSU.@Valid AccountReferencegetDebtorAccount()Get debtorAccount@NotNull StringgetTrustedBeneficiaryId()Resource identification of the list entry.inthashCode()voidsetCreditorAccount(AccountReference creditorAccount)voidsetCreditorAddress(Address creditorAddress)voidsetCreditorAgent(String creditorAgent)voidsetCreditorAlias(String creditorAlias)voidsetCreditorId(String creditorId)voidsetCreditorName(String creditorName)voidsetDebtorAccount(AccountReference debtorAccount)voidsetTrustedBeneficiaryId(String trustedBeneficiaryId)StringtoString()TrustedBeneficiariestrustedBeneficiaryId(String trustedBeneficiaryId)
-
-
-
Method Detail
-
trustedBeneficiaryId
public TrustedBeneficiaries trustedBeneficiaryId(String trustedBeneficiaryId)
-
getTrustedBeneficiaryId
@NotNull public @NotNull String getTrustedBeneficiaryId()
Resource identification of the list entry.- Returns:
- trustedBeneficiaryId
-
setTrustedBeneficiaryId
public void setTrustedBeneficiaryId(String trustedBeneficiaryId)
-
debtorAccount
public TrustedBeneficiaries debtorAccount(AccountReference debtorAccount)
-
getDebtorAccount
@Valid public @Valid AccountReference getDebtorAccount()
Get debtorAccount- Returns:
- debtorAccount
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
creditorAccount
public TrustedBeneficiaries creditorAccount(AccountReference creditorAccount)
-
getCreditorAccount
@NotNull @Valid public @NotNull @Valid AccountReference getCreditorAccount()
Get creditorAccount- Returns:
- creditorAccount
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
creditorAgent
public TrustedBeneficiaries creditorAgent(String creditorAgent)
-
getCreditorAgent
public String getCreditorAgent()
It is mandated where the information is mandated for related credit transfers.- Returns:
- creditorAgent
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
creditorName
public TrustedBeneficiaries creditorName(String creditorName)
-
getCreditorName
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getCreditorName()
Name of the creditor as provided by the PSU.- Returns:
- creditorName
-
setCreditorName
public void setCreditorName(String creditorName)
-
creditorAlias
public TrustedBeneficiaries creditorAlias(String creditorAlias)
-
getCreditorAlias
@Size(max=70) public @Size(max=70) String getCreditorAlias()
An alias for the creditor as defined by the PSU as an alias when displaying the list of trusted beneficiaries in online channels of the ASPSP.- Returns:
- creditorAlias
-
setCreditorAlias
public void setCreditorAlias(String creditorAlias)
-
creditorId
public TrustedBeneficiaries creditorId(String creditorId)
-
getCreditorId
@Size(max=35) public @Size(max=35) String getCreditorId()
Identification of Creditors.- Returns:
- creditorId
-
setCreditorId
public void setCreditorId(String creditorId)
-
creditorAddress
public TrustedBeneficiaries creditorAddress(Address creditorAddress)
-
getCreditorAddress
@Valid public @Valid Address getCreditorAddress()
Get creditorAddress- Returns:
- creditorAddress
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
-