Class BeneficiarySetupNotificationContent


  • public class BeneficiarySetupNotificationContent
    extends Object
    BeneficiarySetupNotificationContent
    • 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 OffsetDateTime getTransferDate()
        The date on which the beneficiary was set up and funds transferred from benefactor to beneficiary.
        Returns:
        transferDate
      • setTransferDate

        public void setTransferDate​(OffsetDateTime transferDate)
      • equals

        public boolean equals​(Object o)
        Return true if this BeneficiarySetupNotificationContent object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static BeneficiarySetupNotificationContent fromJson​(String jsonString)
                                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of BeneficiarySetupNotificationContent given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of BeneficiarySetupNotificationContent
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to BeneficiarySetupNotificationContent
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of BeneficiarySetupNotificationContent to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException