Class BeneficiarySetupNotificationContent


  • public class BeneficiarySetupNotificationContent
    extends Object
    • Constructor Detail

      • BeneficiarySetupNotificationContent

        public BeneficiarySetupNotificationContent()
    • Method Detail

      • getDestinationAccountCode

        public String getDestinationAccountCode()
        The code of the beneficiary account.
        Returns:
        destinationAccountCode
      • setDestinationAccountCode

        public void setDestinationAccountCode​(String destinationAccountCode)
      • getDestinationAccountHolderCode

        public String getDestinationAccountHolderCode()
        The code of the beneficiary Account Holder.
        Returns:
        destinationAccountHolderCode
      • setDestinationAccountHolderCode

        public void setDestinationAccountHolderCode​(String destinationAccountHolderCode)
      • getInvalidFields

        public List<ErrorFieldType> getInvalidFields()
        A listing of the invalid fields which have caused the Setup Beneficiary request to fail. If this is empty, the Setup Beneficiary request has succeeded.
        Returns:
        invalidFields
      • getMerchantReference

        public String getMerchantReference()
        The reference provided by the merchant.
        Returns:
        merchantReference
      • setMerchantReference

        public void setMerchantReference​(String merchantReference)
      • getSourceAccountCode

        public String getSourceAccountCode()
        The code of the benefactor account.
        Returns:
        sourceAccountCode
      • setSourceAccountCode

        public void setSourceAccountCode​(String sourceAccountCode)
      • getSourceAccountHolderCode

        public String getSourceAccountHolderCode()
        The code of the benefactor Account Holder.
        Returns:
        sourceAccountHolderCode
      • setSourceAccountHolderCode

        public void setSourceAccountHolderCode​(String sourceAccountHolderCode)
      • getTransferDate

        public Date getTransferDate()
        The date on which the beneficiary was set up and funds transferred from benefactor to beneficiary.
        Returns:
        transferDate
      • setTransferDate

        public void setTransferDate​(Date transferDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object