Class BankAccount

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

public class BankAccount extends Object
Models meta data about a merchant bank account.
  • Constructor Details

    • BankAccount

      public BankAccount()
  • Method Details

    • setId

      public void setId(String value)
      Sets the account identifier to be used with authorization requests.
      Parameters:
      value - the account identifier to be used with authorization requests.
    • getId

      public String getId()
      Gets the account identifier to be used with authorization requests.
      Returns:
      the account identifier to be used with authorization requests.
    • setName

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

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

      public void setPurpose(String value)
      Sets the purpose of the account.
      Parameters:
      value - the purpose of the account.
    • getPurpose

      public String getPurpose()
      Gets the purpose of the account.
      Returns:
      the purpose of the account.
    • setMaskedAccountNumber

      public void setMaskedAccountNumber(String value)
      Sets the masked account number.
      Parameters:
      value - the masked account number.
    • getMaskedAccountNumber

      public String getMaskedAccountNumber()
      Gets the masked account number.
      Returns:
      the masked account number.