Class FirmClientLinkageInputModel

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

public class FirmClientLinkageInputModel
extends java.lang.Object
Account Linkage Input model
  • Constructor Summary

    Constructors 
    Constructor Description
    FirmClientLinkageInputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getClientAccountId()
    Getter for clientAccountId Client AccountId that needs to be linked to the firm
    java.lang.String getClientAccountName()
    Getter for clientAccountName Client AccountName that needs to be linked to the firm
    void setClientAccountId​(java.lang.Integer value)
    Setter for clientAccountId Client AccountId that needs to be linked to the firm
    void setClientAccountName​(java.lang.String value)
    Setter for clientAccountName Client AccountName that needs to be linked to the firm
    java.lang.String toString()
    Returns a JSON string representation of FirmClientLinkageInputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getClientAccountId

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

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

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

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

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