Class ApplicationAccount

java.lang.Object
com.blockchyp.client.dto.ApplicationAccount

public class ApplicationAccount extends Object
Models a bank account associated with an application.
  • Constructor Details

    • ApplicationAccount

      public ApplicationAccount()
  • Method Details

    • setName

      public void setName(String value)
      Sets the name of the bank account.
      Parameters:
      value - the name of the bank account.
    • getName

      public String getName()
      Gets the name of the bank account.
      Returns:
      the name of the bank account.
    • setBank

      public void setBank(String value)
      Sets the name of the bank.
      Parameters:
      value - the name of the bank.
    • getBank

      public String getBank()
      Gets the name of the bank.
      Returns:
      the name of the bank.
    • setAccountHolderName

      public void setAccountHolderName(String value)
      Sets the name of the account holder.
      Parameters:
      value - the name of the account holder.
    • getAccountHolderName

      public String getAccountHolderName()
      Gets the name of the account holder.
      Returns:
      the name of the account holder.
    • setRoutingNumber

      public void setRoutingNumber(String value)
      Sets the routing number of the bank.
      Parameters:
      value - the routing number of the bank.
    • getRoutingNumber

      public String getRoutingNumber()
      Gets the routing number of the bank.
      Returns:
      the routing number of the bank.
    • setAccountNumber

      public void setAccountNumber(String value)
      Sets the account number.
      Parameters:
      value - the account number.
    • getAccountNumber

      public String getAccountNumber()
      Gets the account number.
      Returns:
      the account number.