Class FirmClientLinkageOutputModel

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

public class FirmClientLinkageOutputModel extends Object
Account Linkage output model
  • Constructor Details

    • FirmClientLinkageOutputModel

      public FirmClientLinkageOutputModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of firm-client linkage.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of firm-client linkage.
    • getFirmAccountId

      public Integer getFirmAccountId()
      Getter for firmAccountId Firm Account to be linked with the firm
    • setFirmAccountId

      public void setFirmAccountId(Integer value)
      Setter for firmAccountId Firm Account to be linked with the firm
    • getFirmAccountName

      public String getFirmAccountName()
      Getter for firmAccountName FIrm Account name
    • setFirmAccountName

      public void setFirmAccountName(String value)
      Setter for firmAccountName FIrm Account name
    • getClientAccountId

      public Integer getClientAccountId()
      Getter for clientAccountId Client Account to be linked with the firm
    • setClientAccountId

      public void setClientAccountId(Integer value)
      Setter for clientAccountId Client Account to be linked with the firm
    • getClientAccountName

      public String getClientAccountName()
      Getter for clientAccountName Client Account name
    • setClientAccountName

      public void setClientAccountName(String value)
      Setter for clientAccountName Client Account name
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate Created date of the linkage
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate Created date of the linkage
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId User who created the linkage
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId User who created the linkage
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate Modified date of the linkage
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate Modified date of the linkage
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId User who modified the linkage
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId User who modified the linkage
    • getStatus

      public FirmClientLinkageStatus getStatus()
      Getter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked.
    • setStatus

      public void setStatus(FirmClientLinkageStatus value)
      Setter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked.
    • getIsDeleted

      public Boolean getIsDeleted()
      Getter for isDeleted This is set to 1 if the linkage is deleted.
    • setIsDeleted

      public void setIsDeleted(Boolean value)
      Setter for isDeleted This is set to 1 if the linkage is deleted.
    • getFirmContactName

      public String getFirmContactName()
      Getter for firmContactName Name of the firm's point of contact person for the client
    • setFirmContactName

      public void setFirmContactName(String value)
      Setter for firmContactName Name of the firm's point of contact person for the client
    • getFirmContactEmail

      public String getFirmContactEmail()
      Getter for firmContactEmail Email of the firm's point of contact person for the client
    • setFirmContactEmail

      public void setFirmContactEmail(String value)
      Setter for firmContactEmail Email of the firm's point of contact person for the client
    • toString

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