Class FirmClientLinkageInputModel

java.lang.Object
net.avalara.avatax.rest.client.models.FirmClientLinkageInputModel

public class FirmClientLinkageInputModel extends Object
Account Linkage Input model
  • Constructor Details

    • FirmClientLinkageInputModel

      public FirmClientLinkageInputModel()
  • Method Details

    • getClientAccountId

      public Integer getClientAccountId()
      Getter for clientAccountId Client AccountId that needs to be linked to the firm
    • setClientAccountId

      public void setClientAccountId(Integer value)
      Setter for clientAccountId Client AccountId that needs to be linked to the firm
    • getClientAccountName

      public String getClientAccountName()
      Getter for clientAccountName Client AccountName that needs to be linked to the firm
    • setClientAccountName

      public void setClientAccountName(String value)
      Setter for clientAccountName Client AccountName that needs to be linked to the firm
    • toString

      public String toString()
      Returns a JSON string representation of FirmClientLinkageInputModel
      Overrides:
      toString in class Object