Class SetupBeneficiaryRequest


  • public class SetupBeneficiaryRequest
    extends Object
    SetupBeneficiaryRequest
    • Constructor Detail

      • SetupBeneficiaryRequest

        public SetupBeneficiaryRequest()
    • Method Detail

      • getSourceAccountCode

        public String getSourceAccountCode()
        The source account code. This account will be closed as a result of this operation
        Returns:
        sourceAccountCode
      • setSourceAccountCode

        public void setSourceAccountCode​(String sourceAccountCode)
      • getDestinationAccountCode

        public String getDestinationAccountCode()
        The destination account code. This account will receive all transactions of the source account.
        Returns:
        destinationAccountCode
      • setDestinationAccountCode

        public void setDestinationAccountCode​(String destinationAccountCode)
      • getMerchantReference

        public String getMerchantReference()
        A reference indicating why this action has occurred.
        Returns:
        merchantReference
      • setMerchantReference

        public void setMerchantReference​(String merchantReference)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object