Class TransferFundsRequest


  • public class TransferFundsRequest
    extends Object
    TransferFundsRequest
    • Constructor Detail

      • TransferFundsRequest

        public TransferFundsRequest()
    • Method Detail

      • getSourceAccountCode

        public String getSourceAccountCode()
        Get sourceAccountCode
        Returns:
        sourceAccountCode
      • setSourceAccountCode

        public void setSourceAccountCode​(String sourceAccountCode)
      • getAmount

        public Amount getAmount()
        Get amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Amount amount)
      • getDestinationAccountCode

        public String getDestinationAccountCode()
        Get destinationAccountCode
        Returns:
        destinationAccountCode
      • setDestinationAccountCode

        public void setDestinationAccountCode​(String destinationAccountCode)
      • getTransferCode

        public String getTransferCode()
        Get transferCode
        Returns:
        transferCode
      • setTransferCode

        public void setTransferCode​(String transferCode)
      • getMerchantReference

        public String getMerchantReference()
        get merchantReference
        Returns:
        merchantReference
      • setMerchantReference

        public void setMerchantReference​(String merchantReference)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object